#729518

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

Shades of Olive Drab #729518

Tints of Olive Drab #729518

Color information

#729518 (or 0x729518) is unknown color: approx Olive Drab. HEX triplet: 72, 95 and 18. RGB value is (114,149,24). Sum of RGB (Red+Green+Blue) = 114+149+24=287 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.72% from 287); Green value is 149 (58.59% from 255 or 51.92% from 287); Blue value is 24 (9.77% from 255 or 8.36% from 287); Max value from RGB is 149 - color contains mainly: green. Hex color #729518 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729518 is #8D6AE7. Grayscale: #7C7C7C. Windows color (decimal): -9267944 or 1611122. OLE color: 1611122.

HSL color Cylindrical-coordinate representation of color #729518: hue angle of 76.8º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #729518 is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB11414924-
CMYK0.2300.840.42
HSL76.8º72.25%33.92%-
HSV(B)76.8º83.89%58.43%-
XYZ17.8525.144.78-
YUV124.2871.4120.66-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.72%
GREEN value IS 149 (58.59% from 255) = 51.92%
BLUE value IS 24 (9.77% from 255) = 8.36%
R=39.72%
G=51.92%
B=8.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal114149240.2300.840.4276.872.2533.92
Hex729518170542A4d4822
Octal162225302701245211511042
Binary11100101001010111000101110101010010101010011011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729518; }

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

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

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

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

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

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

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

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