#728E0E

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

Shades of Olive Drab #728E0E

Tints of Olive Drab #728E0E

Color information

#728E0E (or 0x728E0E) is unknown color: approx Olive Drab. HEX triplet: 72, 8E and 0E. RGB value is (114,142,14). Sum of RGB (Red+Green+Blue) = 114+142+14=270 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.22% from 270); Green value is 142 (55.86% from 255 or 52.59% from 270); Blue value is 14 (5.86% from 255 or 5.19% from 270); Max value from RGB is 142 - color contains mainly: green. Hex color #728E0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728E0E is #8D71F1. Grayscale: #777777. Windows color (decimal): -9269746 or 953970. OLE color: 953970.

HSL color Cylindrical-coordinate representation of color #728E0E: hue angle of 73.12º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #728E0E is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB11414214-
CMYK0.2000.900.44
HSL73.12º82.05%30.59%-
HSV(B)73.12º90.14%55.69%-
XYZ16.6922.963.97-
YUV119.0468.72124.41-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.22%
GREEN value IS 142 (55.86% from 255) = 52.59%
BLUE value IS 14 (5.86% from 255) = 5.19%
R=42.22%
G=52.59%
B=5.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal114142140.2000.900.4473.1282.0530.59
Hex728EE1405A2C49521f
Octal162216162401325411112237
Binary111001010001110111010100010110101011001001001101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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