#6E8B0A

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

Shades of Olive Drab #6E8B0A

Tints of Olive Drab #6E8B0A

Color information

#6E8B0A (or 0x6E8B0A) is unknown color: approx Olive Drab. HEX triplet: 6E, 8B and 0A. RGB value is (110,139,10). Sum of RGB (Red+Green+Blue) = 110+139+10=259 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.47% from 259); Green value is 139 (54.69% from 255 or 53.67% from 259); Blue value is 10 (4.30% from 255 or 3.86% from 259); Max value from RGB is 139 - color contains mainly: green. Hex color #6E8B0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E8B0A is #9174F5. Grayscale: #747474. Windows color (decimal): -9532662 or 691054. OLE color: 691054.

HSL color Cylindrical-coordinate representation of color #6E8B0A: hue angle of 73.49º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6E8B0A is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.45.

Color convert

RGB11013910-
CMYK0.2100.930.45
HSL73.49º86.58%29.22%-
HSV(B)73.49º92.81%54.51%-
XYZ15.7221.83.67-
YUV115.6268.39123.99-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 42.47%
GREEN value IS 139 (54.69% from 255) = 53.67%
BLUE value IS 10 (4.30% from 255) = 3.86%
R=42.47%
G=53.67%
B=3.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal110139100.2100.930.4573.4986.5829.22
Hex6E8BA1505D2D49571d
Octal156213122501355511112735
Binary110111010001011101010101010111011011011001001101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,139,10); }

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

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

 a { background-color: rgb(110,139,10); }

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

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

 span { border-color: rgb(110,139,10); }

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