#729918

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

Shades of Olive Drab #729918

Tints of Olive Drab #729918

Color information

#729918 (or 0x729918) is unknown color: approx Olive Drab. HEX triplet: 72, 99 and 18. RGB value is (114,153,24). Sum of RGB (Red+Green+Blue) = 114+153+24=291 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.18% from 291); Green value is 153 (60.16% from 255 or 52.58% from 291); Blue value is 24 (9.77% from 255 or 8.25% from 291); Max value from RGB is 153 - color contains mainly: green. Hex color #729918 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729918 is #8D66E7. Grayscale: #7F7F7F. Windows color (decimal): -9266920 or 1612146. OLE color: 1612146.

HSL color Cylindrical-coordinate representation of color #729918: hue angle of 78.14º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #729918 is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB11415324-
CMYK0.2500.840.4
HSL78.14º72.88%34.71%-
HSV(B)78.14º84.31%60%-
XYZ18.526.434.99-
YUV126.6370.08118.99-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.18%
GREEN value IS 153 (60.16% from 255) = 52.58%
BLUE value IS 24 (9.77% from 255) = 8.25%
R=39.18%
G=52.58%
B=8.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal114153240.2500.840.478.1472.8834.71
Hex72991819054284e4923
Octal162231303101245011611143
Binary11100101001100111000110010101010010100010011101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729918; }

 p { color: rgb(114,153,24); }

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

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

 a { background-color: rgb(114,153,24); }

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

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

 span { border-color: rgb(114,153,24); }

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