Html Css Color HEX #708F37 Olive Drab

📋 copy color: '#708F37'

red 112 ◦ green 143 ◦ blue 55

#708F37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #708F37

Tints of Olive Drab #708F37

RGB

 RED value IS 112 (44.14% from 255) = 36.13%

 GREEN value IS 143 (56.25% from 255) = 46.13%

 BLUE value IS 55 (21.88% from 255) = 17.74%

R = 36.13%
G = 46.13%
B = 17.74%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.62

 K value IS 0.44

RGB Variations

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

Color information

#708F37 (or 0x708F37) is known color: Olive Drab. HEX triplet: 70, 8F and 37. RGB value is (112,143,55). Sum of RGB (Red+Green+Blue) = 112+143+55=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 143 (56.25% from 255 or 46.13% from 310); Blue value is 55 (21.88% from 255 or 17.74% from 310); Max value from RGB is 143 - color contains mainly: green. Hex color #708F37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708F37 is #8F70C8. Grayscale: #7C7C7C. Windows color (decimal): -9400521 or 3641200. OLE color: 3641200.

HSL color Cylindrical-coordinate representation of color #708F37: hue angle of 81.14º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #708F37 is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 143 55 -
CMYK 0.22 0 0.62 0.44
HSL 81.14º 0.44% 0.39% -
HSV(B) 81.14º 0.62% 0.56% -
XYZ 17.19 23.37 7.22 -
YUV 123.7 89.23 119.66 -
System Red Green Blue C M Y K H S L
Decimal 112 143 55 0.22 0 0.62 0.44 81.14 0.44 0.39
Hex 70 8F 37 16 0 3E 2C 51 2C 27
Octal 160 217 67 26 0 76 54 121 54 47
Binary 1110000 10001111 110111 10110 0 111110 101100 1010001 101100 100111

Color Harmonies of #708F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708F37

Black with #708F37

Text Example


Text Example

White with #708F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,143,55); }

 H1.HeaderClassName
 {
   color: #708F37;
 }
 .AnyTagClassName
 {
   color: #708F37;
 }
</style>

background-color css

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

 a { background-color: rgb(112,143,55); }

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

border-color css

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

 span { border-color: rgb(112,143,55); }

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