Html Css Color HEX #709118 Olive Drab

📋 copy color: '#709118'

red 112 ◦ green 145 ◦ blue 24

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

Shades of Olive Drab #709118

Tints of Olive Drab #709118

RGB

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

 GREEN value IS 145 (57.03% from 255) = 51.6%

 BLUE value IS 24 (9.77% from 255) = 8.54%

R = 39.86%
G = 51.6%
B = 8.54%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.83

 K value IS 0.43

RGB Variations

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

Color information

#709118 (or 0x709118) is known color: Olive Drab. HEX triplet: 70, 91 and 18. RGB value is (112,145,24). Sum of RGB (Red+Green+Blue) = 112+145+24=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 145 (57.03% from 255 or 51.60% from 281); Blue value is 24 (9.77% from 255 or 8.54% from 281); Max value from RGB is 145 - color contains mainly: green. Hex color #709118 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709118 is #8F6EE7. Grayscale: #797979. Windows color (decimal): -9400040 or 1610096. OLE color: 1610096.

HSL color Cylindrical-coordinate representation of color #709118: hue angle of 76.36º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #709118 is Cyan = 0.23, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 145 24 -
CMYK 0.23 0 0.83 0.43
HSL 76.36º 0.72% 0.33% -
HSV(B) 76.36º 0.83% 0.57% -
XYZ 16.97 23.76 4.56 -
YUV 121.34 73.07 121.34 -
System Red Green Blue C M Y K H S L
Decimal 112 145 24 0.23 0 0.83 0.43 76.36 0.72 0.33
Hex 70 91 18 17 0 53 2B 4C 48 21
Octal 160 221 30 27 0 123 53 114 110 41
Binary 1110000 10010001 11000 10111 0 1010011 101011 1001100 1001000 100001

Color Harmonies of #709118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709118

Black with #709118

Text Example


Text Example

White with #709118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709118; }

 p { color: rgb(112,145,24); }

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

background-color css

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

 a { background-color: rgb(112,145,24); }

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

border-color css

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

 span { border-color: rgb(112,145,24); }

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