Html Css Color HEX #729132 Olive Drab

📋 copy color: '#729132'

red 114 ◦ green 145 ◦ blue 50

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

Shades of Olive Drab #729132

Tints of Olive Drab #729132

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.93%

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

R = 36.89%
G = 46.93%
B = 16.18%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#729132 (or 0x729132) is known color: Olive Drab. HEX triplet: 72, 91 and 32. RGB value is (114,145,50). Sum of RGB (Red+Green+Blue) = 114+145+50=309 (40% of max value = 765). Red value is 114 (44.92% from 255 or 36.89% from 309); Green value is 145 (57.03% from 255 or 46.93% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 145 - color contains mainly: green. Hex color #729132 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729132 is #8D6ECD. Grayscale: #7D7D7D. Windows color (decimal): -9268942 or 3314034. OLE color: 3314034.

HSL color Cylindrical-coordinate representation of color #729132: hue angle of 79.58º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #729132 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 145 50 -
CMYK 0.21 0 0.66 0.43
HSL 79.58º 0.49% 0.38% -
HSV(B) 79.58º 0.66% 0.57% -
XYZ 17.64 24.06 6.73 -
YUV 124.9 85.73 120.22 -
System Red Green Blue C M Y K H S L
Decimal 114 145 50 0.21 0 0.66 0.43 79.58 0.49 0.38
Hex 72 91 32 15 0 42 2B 50 31 26
Octal 162 221 62 25 0 102 53 120 61 46
Binary 1110010 10010001 110010 10101 0 1000010 101011 1010000 110001 100110

Color Harmonies of #729132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729132

Black with #729132

Text Example


Text Example

White with #729132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729132; }

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

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

background-color css

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

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

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

border-color css

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

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

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