#728E27

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

Shades of Olive Drab #728E27

Tints of Olive Drab #728E27

Color information

#728E27 (or 0x728E27) is unknown color: approx Olive Drab. HEX triplet: 72, 8E and 27. RGB value is (114,142,39). Sum of RGB (Red+Green+Blue) = 114+142+39=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 142 (55.86% from 255 or 48.14% from 295); Blue value is 39 (15.62% from 255 or 13.22% from 295); Max value from RGB is 142 - color contains mainly: green. Hex color #728E27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728E27 is #8D71D8. Grayscale: #7A7A7A. Windows color (decimal): -9269721 or 2592370. OLE color: 2592370.

HSL color Cylindrical-coordinate representation of color #728E27: hue angle of 76.31º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #728E27 is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.44.

Color convert

RGB11414239-
CMYK0.2000.730.44
HSL76.31º56.91%35.49%-
HSV(B)76.31º72.54%55.69%-
XYZ16.9823.075.48-
YUV121.8981.22122.38-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.64%
GREEN value IS 142 (55.86% from 255) = 48.14%
BLUE value IS 39 (15.62% from 255) = 13.22%
R=38.64%
G=48.14%
B=13.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal114142390.2000.730.4476.3156.9135.49
Hex728E27140492C4c3923
Octal16221647240111541147143
Binary11100101000111010011110100010010011011001001100111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,142,39); }

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

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

 a { background-color: rgb(114,142,39); }

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

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

 span { border-color: rgb(114,142,39); }

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