#6E8D15

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

Shades of Olive Drab #6E8D15

Tints of Olive Drab #6E8D15

Color information

#6E8D15 (or 0x6E8D15) is unknown color: approx Olive Drab. HEX triplet: 6E, 8D and 15. RGB value is (110,141,21). Sum of RGB (Red+Green+Blue) = 110+141+21=272 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.44% from 272); Green value is 141 (55.47% from 255 or 51.84% from 272); Blue value is 21 (8.59% from 255 or 7.72% from 272); Max value from RGB is 141 - color contains mainly: green. Hex color #6E8D15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E8D15 is #9172EA. Grayscale: #767676. Windows color (decimal): -9532139 or 1412462. OLE color: 1412462.

HSL color Cylindrical-coordinate representation of color #6E8D15: hue angle of 75.5º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6E8D15 is Cyan = 0.22, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.45.

Color convert

RGB11014121-
CMYK0.2200.850.45
HSL75.5º74.07%31.76%-
HSV(B)75.5º85.11%55.29%-
XYZ16.0922.424.19-
YUV118.0573.23122.26-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 40.44%
GREEN value IS 141 (55.47% from 255) = 51.84%
BLUE value IS 21 (8.59% from 255) = 7.72%
R=40.44%
G=51.84%
B=7.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal110141210.2200.850.4575.574.0731.76
Hex6E8D15160552D4c4a20
Octal156215252601255511411240
Binary11011101000110110101101100101010110110110011001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E8D15; }

 p { color: rgb(110,141,21); }

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

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

 a { background-color: rgb(110,141,21); }

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

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

 span { border-color: rgb(110,141,21); }

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