Html Css Color HEX #729120 Olive Drab

📋 copy color: '#729120'

red 114 ◦ green 145 ◦ blue 32

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

Shades of Olive Drab #729120

Tints of Olive Drab #729120

RGB

 RED value IS 114 (44.92% from 255) = 39.18%

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

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

R = 39.18%
G = 49.83%
B = 11%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#729120 (or 0x729120) is known color: Olive Drab. HEX triplet: 72, 91 and 20. RGB value is (114,145,32). Sum of RGB (Red+Green+Blue) = 114+145+32=291 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.18% from 291); Green value is 145 (57.03% from 255 or 49.83% from 291); Blue value is 32 (12.89% from 255 or 11.00% from 291); Max value from RGB is 145 - color contains mainly: green. Hex color #729120 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729120 is #8D6EDF. Grayscale: #7B7B7B. Windows color (decimal): -9268960 or 2134386. OLE color: 2134386.

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

Color convert

RGB 114 145 32 -
CMYK 0.21 0 0.78 0.43
HSL 76.46º 0.64% 0.35% -
HSV(B) 76.46º 0.78% 0.57% -
XYZ 17.33 23.93 5.07 -
YUV 122.85 76.73 121.69 -
System Red Green Blue C M Y K H S L
Decimal 114 145 32 0.21 0 0.78 0.43 76.46 0.64 0.35
Hex 72 91 20 15 0 4E 2B 4C 40 23
Octal 162 221 40 25 0 116 53 114 100 43
Binary 1110010 10010001 100000 10101 0 1001110 101011 1001100 1000000 100011

Color Harmonies of #729120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729120

Black with #729120

Text Example


Text Example

White with #729120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729120; }

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

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

background-color css

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

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

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

border-color css

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

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

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