Html Css Color HEX #729220 Olive Drab

📋 copy color: '#729220'

red 114 ◦ green 146 ◦ blue 32

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

Shades of Olive Drab #729220

Tints of Olive Drab #729220

RGB

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

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

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

R = 39.04%
G = 50%
B = 10.96%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#729220 (or 0x729220) is known color: Olive Drab. HEX triplet: 72, 92 and 20. RGB value is (114,146,32). Sum of RGB (Red+Green+Blue) = 114+146+32=292 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.04% from 292); Green value is 146 (57.42% from 255 or 50% from 292); Blue value is 32 (12.89% from 255 or 10.96% from 292); Max value from RGB is 146 - color contains mainly: green. Hex color #729220 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729220 is #8D6DDF. Grayscale: #7B7B7B. Windows color (decimal): -9268704 or 2134642. OLE color: 2134642.

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

Color convert

RGB 114 146 32 -
CMYK 0.22 0 0.78 0.43
HSL 76.84º 0.64% 0.35% -
HSV(B) 76.84º 0.78% 0.57% -
XYZ 17.48 24.24 5.12 -
YUV 123.44 76.4 121.27 -
System Red Green Blue C M Y K H S L
Decimal 114 146 32 0.22 0 0.78 0.43 76.84 0.64 0.35
Hex 72 92 20 16 0 4E 2B 4D 40 23
Octal 162 222 40 26 0 116 53 115 100 43
Binary 1110010 10010010 100000 10110 0 1001110 101011 1001101 1000000 100011

Color Harmonies of #729220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729220

Black with #729220

Text Example


Text Example

White with #729220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729220; }

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

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

background-color css

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

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

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

border-color css

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

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

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