#6E8D0F

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

Shades of Olive Drab #6E8D0F

Tints of Olive Drab #6E8D0F

Color information

#6E8D0F (or 0x6E8D0F) is unknown color: approx Olive Drab. HEX triplet: 6E, 8D and 0F. RGB value is (110,141,15). Sum of RGB (Red+Green+Blue) = 110+141+15=266 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.35% from 266); Green value is 141 (55.47% from 255 or 53.01% from 266); Blue value is 15 (6.25% from 255 or 5.64% from 266); Max value from RGB is 141 - color contains mainly: green. Hex color #6E8D0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E8D0F is #9172F0. Grayscale: #757575. Windows color (decimal): -9532145 or 1019246. OLE color: 1019246.

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

Color convert

RGB11014115-
CMYK0.2200.890.45
HSL74.76º80.77%30.59%-
HSV(B)74.76º89.36%55.29%-
XYZ16.0422.43.93-
YUV117.3770.23122.75-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 41.35%
GREEN value IS 141 (55.47% from 255) = 53.01%
BLUE value IS 15 (6.25% from 255) = 5.64%
R=41.35%
G=53.01%
B=5.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal110141150.2200.890.4574.7680.7730.59
Hex6E8DF160592D4b511f
Octal156215172601315511312137
Binary110111010001101111110110010110011011011001011101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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