#6C870E

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

Shades of Olive Drab #6C870E

Tints of Olive Drab #6C870E

Color information

#6C870E (or 0x6C870E) is unknown color: approx Olive Drab. HEX triplet: 6C, 87 and 0E. RGB value is (108,135,14). Sum of RGB (Red+Green+Blue) = 108+135+14=257 (34% of max value = 765). Red value is 108 (42.58% from 255 or 42.02% from 257); Green value is 135 (53.12% from 255 or 52.53% from 257); Blue value is 14 (5.86% from 255 or 5.45% from 257); Max value from RGB is 135 - color contains mainly: green. Hex color #6C870E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C870E is #9378F1. Grayscale: #717171. Windows color (decimal): -9664754 or 952172. OLE color: 952172.

HSL color Cylindrical-coordinate representation of color #6C870E: hue angle of 73.39º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C870E is Cyan = 0.2, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB10813514-
CMYK0.200.900.47
HSL73.39º81.21%29.22%-
HSV(B)73.39º89.63%52.94%-
XYZ14.9320.553.59-
YUV113.1372.05124.34-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 42.02%
GREEN value IS 135 (53.12% from 255) = 52.53%
BLUE value IS 14 (5.86% from 255) = 5.45%
R=42.02%
G=52.53%
B=5.45%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal108135140.200.900.4773.3981.2129.22
Hex6C87E1405A2F49511d
Octal154207162401325711112135
Binary110110010000111111010100010110101011111001001101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C870E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,135,14); }

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

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

 a { background-color: rgb(108,135,14); }

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

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

 span { border-color: rgb(108,135,14); }

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