#6e870f

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

Shades of Olive Drab #6E870F

Tints of Olive Drab #6E870F

Color information

#6E870F (or 0x6E870F) is unknown color: approx Olive Drab. HEX triplet: 6E, 87 and 0F. RGB value is (110,135,15). Sum of RGB (Red+Green+Blue) = 110+135+15=260 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.31% from 260); Green value is 135 (53.12% from 255 or 51.92% from 260); Blue value is 15 (6.25% from 255 or 5.77% from 260); Max value from RGB is 135 - color contains mainly: green. Hex color #6E870F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E870F is #9178F0. Grayscale: #727272. Windows color (decimal): -9533681 or 1017710. OLE color: 1017710.

HSL color Cylindrical-coordinate representation of color #6E870F: hue angle of 72.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6E870F is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB11013515-
CMYK0.1900.890.47
HSL72.5º80%29.41%-
HSV(B)72.5º88.89%52.94%-
XYZ15.1820.683.64-
YUV113.8472.22125.26-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 42.31%
GREEN value IS 135 (53.12% from 255) = 51.92%
BLUE value IS 15 (6.25% from 255) = 5.77%
R=42.31%
G=51.92%
B=5.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal110135150.1900.890.4772.58029.41
Hex6E87F130592F48501d
Octal156207172301315711012035
Binary110111010000111111110011010110011011111001000101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6e870f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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