Html Css Color HEX #709010 Olive Drab

📋 copy color: '#709010'

red 112 ◦ green 144 ◦ blue 16

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

Shades of Olive Drab #709010

Tints of Olive Drab #709010

RGB

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

 GREEN value IS 144 (56.64% from 255) = 52.94%

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

R = 41.18%
G = 52.94%
B = 5.88%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#709010 (or 0x709010) is known color: Olive Drab. HEX triplet: 70, 90 and 10. RGB value is (112,144,16). Sum of RGB (Red+Green+Blue) = 112+144+16=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 144 (56.64% from 255 or 52.94% from 272); Blue value is 16 (6.64% from 255 or 5.88% from 272); Max value from RGB is 144 - color contains mainly: green. Hex color #709010 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709010 is #8F6FEF. Grayscale: #787878. Windows color (decimal): -9400304 or 1085552. OLE color: 1085552.

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

Color convert

RGB 112 144 16 -
CMYK 0.22 0 0.89 0.44
HSL 75º 0.8% 0.31% -
HSV(B) 75º 0.89% 0.56% -
XYZ 16.75 23.43 4.13 -
YUV 119.84 69.4 122.41 -
System Red Green Blue C M Y K H S L
Decimal 112 144 16 0.22 0 0.89 0.44 75 0.8 0.31
Hex 70 90 10 16 0 59 2C 4B 50 1F
Octal 160 220 20 26 0 131 54 113 120 37
Binary 1110000 10010000 10000 10110 0 1011001 101100 1001011 1010000 11111

Color Harmonies of #709010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709010

Black with #709010

Text Example


Text Example

White with #709010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709010; }

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

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

background-color css

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

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

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

border-color css

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

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

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