#728E1E

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

Shades of Olive Drab #728E1E

Tints of Olive Drab #728E1E

Color information

#728E1E (or 0x728E1E) is unknown color: approx Olive Drab. HEX triplet: 72, 8E and 1E. RGB value is (114,142,30). Sum of RGB (Red+Green+Blue) = 114+142+30=286 (37% of max value = 765). Red value is 114 (44.92% from 255 or 39.86% from 286); Green value is 142 (55.86% from 255 or 49.65% from 286); Blue value is 30 (12.11% from 255 or 10.49% from 286); Max value from RGB is 142 - color contains mainly: green. Hex color #728E1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728E1E is #8D71E1. Grayscale: #797979. Windows color (decimal): -9269730 or 2002546. OLE color: 2002546.

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

Color convert

RGB11414230-
CMYK0.2000.790.44
HSL75º65.12%33.73%-
HSV(B)75º78.87%55.69%-
XYZ16.8523.024.78-
YUV120.8676.72123.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.86%
GREEN value IS 142 (55.86% from 255) = 49.65%
BLUE value IS 30 (12.11% from 255) = 10.49%
R=39.86%
G=49.65%
B=10.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal114142300.2000.790.447565.1233.73
Hex728E1E1404F2C4b4122
Octal162216362401175411310142
Binary11100101000111011110101000100111110110010010111000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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