#6E8510

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

Shades of Olive Drab #6E8510

Tints of Olive Drab #6E8510

Color information

#6E8510 (or 0x6E8510) is unknown color: approx Olive Drab. HEX triplet: 6E, 85 and 10. RGB value is (110,133,16). Sum of RGB (Red+Green+Blue) = 110+133+16=259 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.47% from 259); Green value is 133 (52.34% from 255 or 51.35% from 259); Blue value is 16 (6.64% from 255 or 6.18% from 259); Max value from RGB is 133 - color contains mainly: green. Hex color #6E8510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E8510 is #917AEF. Grayscale: #717171. Windows color (decimal): -9534192 or 1082734. OLE color: 1082734.

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

Color convert

RGB11013316-
CMYK0.1700.880.48
HSL71.79º78.52%29.22%-
HSV(B)71.79º87.97%52.16%-
XYZ14.9120.133.59-
YUV112.7873.38126.01-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 42.47%
GREEN value IS 133 (52.34% from 255) = 51.35%
BLUE value IS 16 (6.64% from 255) = 6.18%
R=42.47%
G=51.35%
B=6.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal110133160.1700.880.4871.7978.5229.22
Hex6E85101105830484f1d
Octal156205202101306011011735
Binary1101110100001011000010001010110001100001001000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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