#728D16

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

Shades of Olive Drab #728D16

Tints of Olive Drab #728D16

Color information

#728D16 (or 0x728D16) is unknown color: approx Olive Drab. HEX triplet: 72, 8D and 16. RGB value is (114,141,22). Sum of RGB (Red+Green+Blue) = 114+141+22=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 141 (55.47% from 255 or 50.90% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 141 - color contains mainly: green. Hex color #728D16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728D16 is #8D72E9. Grayscale: #777777. Windows color (decimal): -9269994 or 1478002. OLE color: 1478002.

HSL color Cylindrical-coordinate representation of color #728D16: hue angle of 73.61º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #728D16 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB11414122-
CMYK0.1900.840.45
HSL73.61º73.01%31.96%-
HSV(B)73.61º84.4%55.29%-
XYZ16.6122.694.26-
YUV119.3673.05124.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.16%
GREEN value IS 141 (55.47% from 255) = 50.90%
BLUE value IS 22 (8.98% from 255) = 7.94%
R=41.16%
G=50.90%
B=7.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal114141220.1900.840.4573.6173.0131.96
Hex728D16130542D4a4920
Octal162215262301245511211140
Binary11100101000110110110100110101010010110110010101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728D16; }

 p { color: rgb(114,141,22); }

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

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

 a { background-color: rgb(114,141,22); }

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

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

 span { border-color: rgb(114,141,22); }

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