Html Css Color HEX #729320 Olive Drab

📋 copy color: '#729320'

red 114 ◦ green 147 ◦ blue 32

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

Shades of Olive Drab #729320

Tints of Olive Drab #729320

RGB

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

 GREEN value IS 147 (57.81% from 255) = 50.17%

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

R = 38.91%
G = 50.17%
B = 10.92%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#729320 (or 0x729320) is known color: Olive Drab. HEX triplet: 72, 93 and 20. RGB value is (114,147,32). Sum of RGB (Red+Green+Blue) = 114+147+32=293 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.91% from 293); Green value is 147 (57.81% from 255 or 50.17% from 293); Blue value is 32 (12.89% from 255 or 10.92% from 293); Max value from RGB is 147 - color contains mainly: green. Hex color #729320 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729320 is #8D6CDF. Grayscale: #7C7C7C. Windows color (decimal): -9268448 or 2134898. OLE color: 2134898.

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

Color convert

RGB 114 147 32 -
CMYK 0.22 0 0.78 0.42
HSL 77.22º 0.64% 0.35% -
HSV(B) 77.22º 0.78% 0.58% -
XYZ 17.63 24.55 5.18 -
YUV 124.02 76.07 120.85 -
System Red Green Blue C M Y K H S L
Decimal 114 147 32 0.22 0 0.78 0.42 77.22 0.64 0.35
Hex 72 93 20 16 0 4E 2A 4D 40 23
Octal 162 223 40 26 0 116 52 115 100 43
Binary 1110010 10010011 100000 10110 0 1001110 101010 1001101 1000000 100011

Color Harmonies of #729320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729320

Black with #729320

Text Example


Text Example

White with #729320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729320; }

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

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

background-color css

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

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

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

border-color css

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

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

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