Html Css Color HEX #729133 Olive Drab

📋 copy color: '#729133'

red 114 ◦ green 145 ◦ blue 51

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

Shades of Olive Drab #729133

Tints of Olive Drab #729133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.45%

R = 36.77%
G = 46.77%
B = 16.45%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.65

 K value IS 0.43

RGB Variations

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

Color information

#729133 (or 0x729133) is known color: Olive Drab. HEX triplet: 72, 91 and 33. RGB value is (114,145,51). Sum of RGB (Red+Green+Blue) = 114+145+51=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 145 (57.03% from 255 or 46.77% from 310); Blue value is 51 (20.31% from 255 or 16.45% from 310); Max value from RGB is 145 - color contains mainly: green. Hex color #729133 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729133 is #8D6ECC. Grayscale: #7D7D7D. Windows color (decimal): -9268941 or 3379570. OLE color: 3379570.

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

Color convert

RGB 114 145 51 -
CMYK 0.21 0 0.65 0.43
HSL 79.79º 0.48% 0.38% -
HSV(B) 79.79º 0.65% 0.57% -
XYZ 17.66 24.07 6.85 -
YUV 125.02 86.23 120.14 -
System Red Green Blue C M Y K H S L
Decimal 114 145 51 0.21 0 0.65 0.43 79.79 0.48 0.38
Hex 72 91 33 15 0 41 2B 50 30 26
Octal 162 221 63 25 0 101 53 120 60 46
Binary 1110010 10010001 110011 10101 0 1000001 101011 1010000 110000 100110

Color Harmonies of #729133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729133

Black with #729133

Text Example


Text Example

White with #729133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729133; }

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

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

background-color css

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

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

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

border-color css

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

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

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