#728C24

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

Shades of Olive Drab #728C24

Tints of Olive Drab #728C24

Color information

#728C24 (or 0x728C24) is unknown color: approx Olive Drab. HEX triplet: 72, 8C and 24. RGB value is (114,140,36). Sum of RGB (Red+Green+Blue) = 114+140+36=290 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.31% from 290); Green value is 140 (55.08% from 255 or 48.28% from 290); Blue value is 36 (14.45% from 255 or 12.41% from 290); Max value from RGB is 140 - color contains mainly: green. Hex color #728C24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728C24 is #8D73DB. Grayscale: #787878. Windows color (decimal): -9270236 or 2395250. OLE color: 2395250.

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

Color convert

RGB11414036-
CMYK0.1900.740.45
HSL75º59.09%34.51%-
HSV(B)75º74.29%54.9%-
XYZ16.6422.465.13-
YUV120.3780.39123.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.31%
GREEN value IS 140 (55.08% from 255) = 48.28%
BLUE value IS 36 (14.45% from 255) = 12.41%
R=39.31%
G=48.28%
B=12.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal114140360.1900.740.457559.0934.51
Hex728C241304A2D4b3b23
Octal16221444230112551137343
Binary11100101000110010010010011010010101011011001011111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,140,36); }

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

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

 a { background-color: rgb(114,140,36); }

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

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

 span { border-color: rgb(114,140,36); }

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