#728D27

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

Shades of Olive Drab #728D27

Tints of Olive Drab #728D27

Color information

#728D27 (or 0x728D27) is unknown color: approx Olive Drab. HEX triplet: 72, 8D and 27. RGB value is (114,141,39). Sum of RGB (Red+Green+Blue) = 114+141+39=294 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.78% from 294); Green value is 141 (55.47% from 255 or 47.96% from 294); Blue value is 39 (15.62% from 255 or 13.27% from 294); Max value from RGB is 141 - color contains mainly: green. Hex color #728D27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728D27 is #8D72D8. Grayscale: #797979. Windows color (decimal): -9269977 or 2592114. OLE color: 2592114.

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

Color convert

RGB11414139-
CMYK0.1900.720.45
HSL75.88º56.67%35.29%-
HSV(B)75.88º72.34%55.29%-
XYZ16.8322.775.43-
YUV121.381.55122.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.78%
GREEN value IS 141 (55.47% from 255) = 47.96%
BLUE value IS 39 (15.62% from 255) = 13.27%
R=38.78%
G=47.96%
B=13.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal114141390.1900.720.4575.8856.6735.29
Hex728D27130482D4c3923
Octal16221547230110551147143
Binary11100101000110110011110011010010001011011001100111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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