#6E8B0D

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

Shades of Olive Drab #6E8B0D

Tints of Olive Drab #6E8B0D

Color information

#6E8B0D (or 0x6E8B0D) is unknown color: approx Olive Drab. HEX triplet: 6E, 8B and 0D. RGB value is (110,139,13). Sum of RGB (Red+Green+Blue) = 110+139+13=262 (34% of max value = 765). Red value is 110 (43.36% from 255 or 41.98% from 262); Green value is 139 (54.69% from 255 or 53.05% from 262); Blue value is 13 (5.47% from 255 or 4.96% from 262); Max value from RGB is 139 - color contains mainly: green. Hex color #6E8B0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E8B0D is #9174F2. Grayscale: #747474. Windows color (decimal): -9532659 or 887662. OLE color: 887662.

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

Color convert

RGB11013913-
CMYK0.2100.910.45
HSL73.81º82.89%29.8%-
HSV(B)73.81º90.65%54.51%-
XYZ15.7421.813.76-
YUV115.9669.89123.75-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 41.98%
GREEN value IS 139 (54.69% from 255) = 53.05%
BLUE value IS 13 (5.47% from 255) = 4.96%
R=41.98%
G=53.05%
B=4.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal110139130.2100.910.4573.8182.8929.8
Hex6E8BD1505B2D4a531e
Octal156213152501335511212336
Binary110111010001011110110101010110111011011001010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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