#708A34

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

Shades of Olive Drab #708A34

Tints of Olive Drab #708A34

Color information

#708A34 (or 0x708A34) is unknown color: approx Olive Drab. HEX triplet: 70, 8A and 34. RGB value is (112,138,52). Sum of RGB (Red+Green+Blue) = 112+138+52=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 138 (54.30% from 255 or 45.70% from 302); Blue value is 52 (20.70% from 255 or 17.22% from 302); Max value from RGB is 138 - color contains mainly: green. Hex color #708A34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708A34 is #8F75CB. Grayscale: #787878. Windows color (decimal): -9401804 or 3443312. OLE color: 3443312.

HSL color Cylindrical-coordinate representation of color #708A34: hue angle of 78.14º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #708A34 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.46.

Color convert

RGB11213852-
CMYK0.1900.620.46
HSL78.14º45.26%37.25%-
HSV(B)78.14º62.32%54.12%-
XYZ16.3921.876.61-
YUV120.4289.39121.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.09%
GREEN value IS 138 (54.30% from 255) = 45.70%
BLUE value IS 52 (20.70% from 255) = 17.22%
R=37.09%
G=45.70%
B=17.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal112138520.1900.620.4678.1445.2637.25
Hex708A341303E2E4e2d25
Octal1602126423076561165545
Binary1110000100010101101001001101111101011101001110101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,138,52); }

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

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

 a { background-color: rgb(112,138,52); }

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

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

 span { border-color: rgb(112,138,52); }

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