#6E850D

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

Shades of Olive Drab #6E850D

Tints of Olive Drab #6E850D

Color information

#6E850D (or 0x6E850D) is unknown color: approx Olive Drab. HEX triplet: 6E, 85 and 0D. RGB value is (110,133,13). Sum of RGB (Red+Green+Blue) = 110+133+13=256 (33% of max value = 765). Red value is 110 (43.36% from 255 or 42.97% from 256); Green value is 133 (52.34% from 255 or 51.95% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 133 - color contains mainly: green. Hex color #6E850D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E850D is #917AF2. Grayscale: #707070. Windows color (decimal): -9534195 or 886126. OLE color: 886126.

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

Color convert

RGB11013313-
CMYK0.1700.900.48
HSL71.5º82.19%28.63%-
HSV(B)71.5º90.23%52.16%-
XYZ14.8920.123.48-
YUV112.4471.88126.26-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 42.97%
GREEN value IS 133 (52.34% from 255) = 51.95%
BLUE value IS 13 (5.47% from 255) = 5.08%
R=42.97%
G=51.95%
B=5.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal110133130.1700.900.4871.582.1928.63
Hex6E85D1105A3048521d
Octal156205152101326011012235
Binary110111010000101110110001010110101100001001000101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E850D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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