Html Css Color HEX #729032 Olive Drab

📋 copy color: '#729032'

red 114 ◦ green 144 ◦ blue 50

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

Shades of Olive Drab #729032

Tints of Olive Drab #729032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.23%

R = 37.01%
G = 46.75%
B = 16.23%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.65

 K value IS 0.44

RGB Variations

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

Color information

#729032 (or 0x729032) is known color: Olive Drab. HEX triplet: 72, 90 and 32. RGB value is (114,144,50). Sum of RGB (Red+Green+Blue) = 114+144+50=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 144 (56.64% from 255 or 46.75% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 144 - color contains mainly: green. Hex color #729032 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729032 is #8D6FCD. Grayscale: #7C7C7C. Windows color (decimal): -9269198 or 3313778. OLE color: 3313778.

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

Color convert

RGB 114 144 50 -
CMYK 0.21 0 0.65 0.44
HSL 79.15º 0.48% 0.38% -
HSV(B) 79.15º 0.65% 0.56% -
XYZ 17.49 23.75 6.68 -
YUV 124.31 86.06 120.64 -
System Red Green Blue C M Y K H S L
Decimal 114 144 50 0.21 0 0.65 0.44 79.15 0.48 0.38
Hex 72 90 32 15 0 41 2C 4F 30 26
Octal 162 220 62 25 0 101 54 117 60 46
Binary 1110010 10010000 110010 10101 0 1000001 101100 1001111 110000 100110

Color Harmonies of #729032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729032

Black with #729032

Text Example


Text Example

White with #729032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729032; }

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

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

background-color css

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

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

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

border-color css

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

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

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