#708C06

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

Shades of Olive #708C06

Tints of Olive #708C06

Color information

#708C06 (or 0x708C06) is unknown color: approx Olive. HEX triplet: 70, 8C and 06. RGB value is (112,140,6). Sum of RGB (Red+Green+Blue) = 112+140+6=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 140 (55.08% from 255 or 54.26% from 258); Blue value is 6 (2.73% from 255 or 2.33% from 258); Max value from RGB is 140 - color contains mainly: green. Hex color #708C06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708C06 is #8F73F9. Grayscale: #747474. Windows color (decimal): -9401338 or 429168. OLE color: 429168.

HSL color Cylindrical-coordinate representation of color #708C06: hue angle of 72.54º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #708C06 is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB1121406-
CMYK0.2000.960.45
HSL72.54º91.78%28.63%-
HSV(B)72.54º95.71%54.9%-
XYZ16.0922.213.61-
YUV116.3565.72124.9-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.41%
GREEN value IS 140 (55.08% from 255) = 54.26%
BLUE value IS 6 (2.73% from 255) = 2.33%
R=43.41%
G=54.26%
B=2.33%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11214060.2000.960.4572.5491.7828.63
Hex708C6140602D495c1d
Octal16021462401405511113435
Binary11100001000110011010100011000001011011001001101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708C06; }

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

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

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

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

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

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

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

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