#729019

Color #729019 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #729019

Tints of Olive Drab #729019

Color information

#729019 (or 0x729019) is unknown color: approx Olive Drab. HEX triplet: 72, 90 and 19. RGB value is (114,144,25). Sum of RGB (Red+Green+Blue) = 114+144+25=283 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.28% from 283); Green value is 144 (56.64% from 255 or 50.88% from 283); Blue value is 25 (10.16% from 255 or 8.83% from 283); Max value from RGB is 144 - color contains mainly: green. Hex color #729019 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729019 is #8D6FE6. Grayscale: #797979. Windows color (decimal): -9269223 or 1675378. OLE color: 1675378.

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

Color convert

RGB11414425-
CMYK0.2100.830.44
HSL75.13º70.41%33.14%-
HSV(B)75.13º82.64%56.47%-
XYZ17.0923.594.57-
YUV121.4673.56122.68-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.28%
GREEN value IS 144 (56.64% from 255) = 50.88%
BLUE value IS 25 (10.16% from 255) = 8.83%
R=40.28%
G=50.88%
B=8.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal114144250.2100.830.4475.1370.4133.14
Hex729019150532C4b4621
Octal162220312501235411310641
Binary11100101001000011001101010101001110110010010111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729019; }

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

 H1.HeaderClassName
 {
   color: #729019;
 }
 .AnyTagClassName
 {
   color: #729019;
 }
</style>
background-color css

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

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

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

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

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

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