Html Css Color HEX #729520 Olive Drab

📋 copy color: '#729520'

red 114 ◦ green 149 ◦ blue 32

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

Shades of Olive Drab #729520

Tints of Olive Drab #729520

RGB

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

 GREEN value IS 149 (58.59% from 255) = 50.51%

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

R = 38.64%
G = 50.51%
B = 10.85%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#729520 (or 0x729520) is known color: Olive Drab. HEX triplet: 72, 95 and 20. RGB value is (114,149,32). Sum of RGB (Red+Green+Blue) = 114+149+32=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 149 (58.59% from 255 or 50.51% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 149 - color contains mainly: green. Hex color #729520 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729520 is #8D6ADF. Grayscale: #7D7D7D. Windows color (decimal): -9267936 or 2135410. OLE color: 2135410.

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

Color convert

RGB 114 149 32 -
CMYK 0.23 0 0.79 0.42
HSL 77.95º 0.65% 0.35% -
HSV(B) 77.95º 0.79% 0.58% -
XYZ 17.95 25.18 5.28 -
YUV 125.2 75.4 120.01 -
System Red Green Blue C M Y K H S L
Decimal 114 149 32 0.23 0 0.79 0.42 77.95 0.65 0.35
Hex 72 95 20 17 0 4F 2A 4E 41 23
Octal 162 225 40 27 0 117 52 116 101 43
Binary 1110010 10010101 100000 10111 0 1001111 101010 1001110 1000001 100011

Color Harmonies of #729520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729520

Black with #729520

Text Example


Text Example

White with #729520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729520; }

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

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

background-color css

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

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

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

border-color css

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

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

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