Html Css Color HEX #709120 Olive Drab

📋 copy color: '#709120'

red 112 ◦ green 145 ◦ blue 32

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

Shades of Olive Drab #709120

Tints of Olive Drab #709120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.07%

R = 38.75%
G = 50.17%
B = 11.07%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#709120 (or 0x709120) is known color: Olive Drab. HEX triplet: 70, 91 and 20. RGB value is (112,145,32). Sum of RGB (Red+Green+Blue) = 112+145+32=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 145 (57.03% from 255 or 50.17% from 289); Blue value is 32 (12.89% from 255 or 11.07% from 289); Max value from RGB is 145 - color contains mainly: green. Hex color #709120 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709120 is #8F6EDF. Grayscale: #7A7A7A. Windows color (decimal): -9400032 or 2134384. OLE color: 2134384.

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

Color convert

RGB 112 145 32 -
CMYK 0.23 0 0.78 0.43
HSL 77.52º 0.64% 0.35% -
HSV(B) 77.52º 0.78% 0.57% -
XYZ 17.07 23.8 5.06 -
YUV 122.25 77.07 120.69 -
System Red Green Blue C M Y K H S L
Decimal 112 145 32 0.23 0 0.78 0.43 77.52 0.64 0.35
Hex 70 91 20 17 0 4E 2B 4E 40 23
Octal 160 221 40 27 0 116 53 116 100 43
Binary 1110000 10010001 100000 10111 0 1001110 101011 1001110 1000000 100011

Color Harmonies of #709120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709120

Black with #709120

Text Example


Text Example

White with #709120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709120; }

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

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

background-color css

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

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

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

border-color css

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

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

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