Html Css Color HEX #709110 Olive Drab

📋 copy color: '#709110'

red 112 ◦ green 145 ◦ blue 16

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

Shades of Olive Drab #709110

Tints of Olive Drab #709110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.86%

R = 41.03%
G = 53.11%
B = 5.86%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.89

 K value IS 0.43

RGB Variations

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

Color information

#709110 (or 0x709110) is known color: Olive Drab. HEX triplet: 70, 91 and 10. RGB value is (112,145,16). Sum of RGB (Red+Green+Blue) = 112+145+16=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 145 (57.03% from 255 or 53.11% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 145 - color contains mainly: green. Hex color #709110 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709110 is #8F6EEF. Grayscale: #787878. Windows color (decimal): -9400048 or 1085808. OLE color: 1085808.

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

Color convert

RGB 112 145 16 -
CMYK 0.23 0 0.89 0.43
HSL 75.35º 0.8% 0.32% -
HSV(B) 75.35º 0.89% 0.57% -
XYZ 16.9 23.73 4.18 -
YUV 120.43 69.07 121.99 -
System Red Green Blue C M Y K H S L
Decimal 112 145 16 0.23 0 0.89 0.43 75.35 0.8 0.32
Hex 70 91 10 17 0 59 2B 4B 50 20
Octal 160 221 20 27 0 131 53 113 120 40
Binary 1110000 10010001 10000 10111 0 1011001 101011 1001011 1010000 100000

Color Harmonies of #709110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709110

Black with #709110

Text Example


Text Example

White with #709110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709110; }

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

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

background-color css

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

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

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

border-color css

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

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

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