#728928

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

Shades of Olive Drab #728928

Tints of Olive Drab #728928

Color information

#728928 (or 0x728928) is unknown color: approx Olive Drab. HEX triplet: 72, 89 and 28. RGB value is (114,137,40). Sum of RGB (Red+Green+Blue) = 114+137+40=291 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.18% from 291); Green value is 137 (53.91% from 255 or 47.08% from 291); Blue value is 40 (16.02% from 255 or 13.75% from 291); Max value from RGB is 137 - color contains mainly: green. Hex color #728928 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728928 is #8D76D7. Grayscale: #777777. Windows color (decimal): -9271000 or 2656626. OLE color: 2656626.

HSL color Cylindrical-coordinate representation of color #728928: hue angle of 74.23º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #728928 is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.46.

Color convert

RGB11413740-
CMYK0.1700.710.46
HSL74.23º54.8%34.71%-
HSV(B)74.23º70.8%53.73%-
XYZ16.2721.625.32-
YUV119.0683.38124.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.18%
GREEN value IS 137 (53.91% from 255) = 47.08%
BLUE value IS 40 (16.02% from 255) = 13.75%
R=39.18%
G=47.08%
B=13.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal114137400.1700.710.4674.2354.834.71
Hex728928110472E4a3723
Octal16221150210107561126743
Binary11100101000100110100010001010001111011101001010110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728928; }

 p { color: rgb(114,137,40); }

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

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

 a { background-color: rgb(114,137,40); }

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

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

 span { border-color: rgb(114,137,40); }

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