#707906

Color #707906 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #707906

Tints of Olive #707906

Color information

#707906 (or 0x707906) is unknown color: approx Olive. HEX triplet: 70, 79 and 06. RGB value is (112,121,6). Sum of RGB (Red+Green+Blue) = 112+121+6=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 121 (47.66% from 255 or 50.63% from 239); Blue value is 6 (2.73% from 255 or 2.51% from 239); Max value from RGB is 121 - color contains mainly: green. Hex color #707906 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707906 is #8F86F9. Grayscale: #696969. Windows color (decimal): -9406202 or 424304. OLE color: 424304.

HSL color Cylindrical-coordinate representation of color #707906: hue angle of 64.7º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #707906 is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB1121216-
CMYK0.0700.950.53
HSL64.7º90.55%24.9%-
HSV(B)64.7º95.04%47.45%-
XYZ13.5517.132.76-
YUV105.272.02132.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 46.86%
GREEN value IS 121 (47.66% from 255) = 50.63%
BLUE value IS 6 (2.73% from 255) = 2.51%
R=46.86%
G=50.63%
B=2.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11212160.0700.950.5364.790.5524.9
Hex70796705F35415b19
Octal1601716701376510113331
Binary11100001111001110111010111111101011000001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707906; }

 p { color: rgb(112,121,6); }

 H1.HeaderClassName
 {
   color: #707906;
 }
 .AnyTagClassName
 {
   color: #707906;
 }
</style>
background-color css

<style>
 a { background-color: #707906; }

 a { background-color: rgb(112,121,6); }

 div.DivClassName
 {
   background-color: #707906;
 }
 .BgClassName
 {
   background-color: #707906;
 }
</style>
border-color css

<style>
 span { border-color: #707906; }

 span { border-color: rgb(112,121,6); }

 td.TdClassName
 {
   border-color: #707906;
 }
 .TagClassName
 {
   border-color: #707906;
 }
</style>