Html Css Color HEX #729020 Olive Drab

📋 copy color: '#729020'

red 114 ◦ green 144 ◦ blue 32

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

Shades of Olive Drab #729020

Tints of Olive Drab #729020

RGB

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

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

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

R = 39.31%
G = 49.66%
B = 11.03%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#729020 (or 0x729020) is known color: Olive Drab. HEX triplet: 72, 90 and 20. RGB value is (114,144,32). Sum of RGB (Red+Green+Blue) = 114+144+32=290 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.31% from 290); Green value is 144 (56.64% from 255 or 49.66% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 144 - color contains mainly: green. Hex color #729020 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729020 is #8D6FDF. Grayscale: #7A7A7A. Windows color (decimal): -9269216 or 2134130. OLE color: 2134130.

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

Color convert

RGB 114 144 32 -
CMYK 0.21 0 0.78 0.44
HSL 76.07º 0.64% 0.35% -
HSV(B) 76.07º 0.78% 0.56% -
XYZ 17.17 23.63 5.02 -
YUV 122.26 77.06 122.11 -
System Red Green Blue C M Y K H S L
Decimal 114 144 32 0.21 0 0.78 0.44 76.07 0.64 0.35
Hex 72 90 20 15 0 4E 2C 4C 40 23
Octal 162 220 40 25 0 116 54 114 100 43
Binary 1110010 10010000 100000 10101 0 1001110 101100 1001100 1000000 100011

Color Harmonies of #729020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729020

Black with #729020

Text Example


Text Example

White with #729020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729020; }

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

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

background-color css

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

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

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

border-color css

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

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

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