#708935

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

Shades of Olive Drab #708935

Tints of Olive Drab #708935

Color information

#708935 (or 0x708935) is unknown color: approx Olive Drab. HEX triplet: 70, 89 and 35. RGB value is (112,137,53). Sum of RGB (Red+Green+Blue) = 112+137+53=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 137 (53.91% from 255 or 45.36% from 302); Blue value is 53 (21.09% from 255 or 17.55% from 302); Max value from RGB is 137 - color contains mainly: green. Hex color #708935 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708935 is #8F76CA. Grayscale: #787878. Windows color (decimal): -9402059 or 3508592. OLE color: 3508592.

HSL color Cylindrical-coordinate representation of color #708935: hue angle of 77.86º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #708935 is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.46.

Color convert

RGB11213753-
CMYK0.1800.610.46
HSL77.86º44.21%37.25%-
HSV(B)77.86º61.31%53.73%-
XYZ16.2721.596.68-
YUV119.9590.22122.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.09%
GREEN value IS 137 (53.91% from 255) = 45.36%
BLUE value IS 53 (21.09% from 255) = 17.55%
R=37.09%
G=45.36%
B=17.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal112137530.1800.610.4677.8644.2137.25
Hex7089351203D2E4e2c25
Octal1602116522075561165445
Binary1110000100010011101011001001111011011101001110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708935; }

 p { color: rgb(112,137,53); }

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

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

 a { background-color: rgb(112,137,53); }

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

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

 span { border-color: rgb(112,137,53); }

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