Html Css Color HEX #709117 Olive Drab

📋 copy color: '#709117'

red 112 ◦ green 145 ◦ blue 23

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

Shades of Olive Drab #709117

Tints of Olive Drab #709117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.21%

R = 40%
G = 51.79%
B = 8.21%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.84

 K value IS 0.43

RGB Variations

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

Color information

#709117 (or 0x709117) is known color: Olive Drab. HEX triplet: 70, 91 and 17. RGB value is (112,145,23). Sum of RGB (Red+Green+Blue) = 112+145+23=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 145 (57.03% from 255 or 51.79% from 280); Blue value is 23 (9.38% from 255 or 8.21% from 280); Max value from RGB is 145 - color contains mainly: green. Hex color #709117 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709117 is #8F6EE8. Grayscale: #797979. Windows color (decimal): -9400041 or 1544560. OLE color: 1544560.

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

Color convert

RGB 112 145 23 -
CMYK 0.23 0 0.84 0.43
HSL 76.23º 0.73% 0.33% -
HSV(B) 76.23º 0.84% 0.57% -
XYZ 16.96 23.76 4.5 -
YUV 121.23 72.57 121.42 -
System Red Green Blue C M Y K H S L
Decimal 112 145 23 0.23 0 0.84 0.43 76.23 0.73 0.33
Hex 70 91 17 17 0 54 2B 4C 49 21
Octal 160 221 27 27 0 124 53 114 111 41
Binary 1110000 10010001 10111 10111 0 1010100 101011 1001100 1001001 100001

Color Harmonies of #709117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709117

Black with #709117

Text Example


Text Example

White with #709117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709117; }

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

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

background-color css

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

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

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

border-color css

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

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

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