#6E8516

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

Shades of Olive Drab #6E8516

Tints of Olive Drab #6E8516

Color information

#6E8516 (or 0x6E8516) is unknown color: approx Olive Drab. HEX triplet: 6E, 85 and 16. RGB value is (110,133,22). Sum of RGB (Red+Green+Blue) = 110+133+22=265 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.51% from 265); Green value is 133 (52.34% from 255 or 50.19% from 265); Blue value is 22 (8.98% from 255 or 8.30% from 265); Max value from RGB is 133 - color contains mainly: green. Hex color #6E8516 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E8516 is #917AE9. Grayscale: #717171. Windows color (decimal): -9534186 or 1475950. OLE color: 1475950.

HSL color Cylindrical-coordinate representation of color #6E8516: hue angle of 72.43º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6E8516 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB11013322-
CMYK0.1700.830.48
HSL72.43º71.61%30.39%-
HSV(B)72.43º83.46%52.16%-
XYZ14.9620.153.86-
YUV113.4776.38125.53-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 41.51%
GREEN value IS 133 (52.34% from 255) = 50.19%
BLUE value IS 22 (8.98% from 255) = 8.30%
R=41.51%
G=50.19%
B=8.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal110133220.1700.830.4872.4371.6130.39
Hex6E8516110533048481e
Octal156205262101236011011036
Binary1101110100001011011010001010100111100001001000100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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