Html Css Color HEX #709210 Olive Drab

📋 copy color: '#709210'

red 112 ◦ green 146 ◦ blue 16

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

Shades of Olive Drab #709210

Tints of Olive Drab #709210

RGB

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

 GREEN value IS 146 (57.42% from 255) = 53.28%

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

R = 40.88%
G = 53.28%
B = 5.84%

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

#709210 (or 0x709210) is known color: Olive Drab. HEX triplet: 70, 92 and 10. RGB value is (112,146,16). Sum of RGB (Red+Green+Blue) = 112+146+16=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 146 (57.42% from 255 or 53.28% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 146 - color contains mainly: green. Hex color #709210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709210 is #8F6DEF. Grayscale: #797979. Windows color (decimal): -9399792 or 1086064. OLE color: 1086064.

HSL color Cylindrical-coordinate representation of color #709210: hue angle of 75.69º 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 #709210 is Cyan = 0.23, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 146 16 -
CMYK 0.23 0 0.89 0.43
HSL 75.69º 0.8% 0.32% -
HSV(B) 75.69º 0.89% 0.57% -
XYZ 17.05 24.04 4.23 -
YUV 121.01 68.74 121.57 -
System Red Green Blue C M Y K H S L
Decimal 112 146 16 0.23 0 0.89 0.43 75.69 0.8 0.32
Hex 70 92 10 17 0 59 2B 4C 50 20
Octal 160 222 20 27 0 131 53 114 120 40
Binary 1110000 10010010 10000 10111 0 1011001 101011 1001100 1010000 100000

Color Harmonies of #709210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709210

Black with #709210

Text Example


Text Example

White with #709210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709210; }

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

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

background-color css

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

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

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

border-color css

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

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

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