#6E8116

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

Shades of Olive Drab #6E8116

Tints of Olive Drab #6E8116

Color information

#6E8116 (or 0x6E8116) is unknown color: approx Olive Drab. HEX triplet: 6E, 81 and 16. RGB value is (110,129,22). Sum of RGB (Red+Green+Blue) = 110+129+22=261 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.15% from 261); Green value is 129 (50.78% from 255 or 49.43% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 129 - color contains mainly: green. Hex color #6E8116 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E8116 is #917EE9. Grayscale: #6F6F6F. Windows color (decimal): -9535210 or 1474926. OLE color: 1474926.

HSL color Cylindrical-coordinate representation of color #6E8116: hue angle of 70.65º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6E8116 is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB11012922-
CMYK0.1500.830.49
HSL70.65º70.86%29.61%-
HSV(B)70.65º82.95%50.59%-
XYZ14.4319.073.68-
YUV111.1277.71127.2-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 42.15%
GREEN value IS 129 (50.78% from 255) = 49.43%
BLUE value IS 22 (8.98% from 255) = 8.43%
R=42.15%
G=49.43%
B=8.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal110129220.1500.830.4970.6570.8629.61
Hex6E8116F0533147471e
Octal156201261701236110710736
Binary110111010000001101101111010100111100011000111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,129,22); }

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

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

 a { background-color: rgb(110,129,22); }

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

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

 span { border-color: rgb(110,129,22); }

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