#6E8A0B

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

Shades of Olive Drab #6E8A0B

Tints of Olive Drab #6E8A0B

Color information

#6E8A0B (or 0x6E8A0B) is unknown color: approx Olive Drab. HEX triplet: 6E, 8A and 0B. RGB value is (110,138,11). Sum of RGB (Red+Green+Blue) = 110+138+11=259 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.47% from 259); Green value is 138 (54.30% from 255 or 53.28% from 259); Blue value is 11 (4.69% from 255 or 4.25% from 259); Max value from RGB is 138 - color contains mainly: green. Hex color #6E8A0B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E8A0B is #9175F4. Grayscale: #737373. Windows color (decimal): -9532917 or 756334. OLE color: 756334.

HSL color Cylindrical-coordinate representation of color #6E8A0B: hue angle of 73.23º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6E8A0B is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.46.

Color convert

RGB11013811-
CMYK0.2000.920.46
HSL73.23º85.23%29.22%-
HSV(B)73.23º92.03%54.12%-
XYZ15.5821.523.65-
YUV115.1569.22124.33-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 42.47%
GREEN value IS 138 (54.30% from 255) = 53.28%
BLUE value IS 11 (4.69% from 255) = 4.25%
R=42.47%
G=53.28%
B=4.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal110138110.2000.920.4673.2385.2329.22
Hex6E8AB1405C2E49551d
Octal156212132401345611112535
Binary110111010001010101110100010111001011101001001101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,138,11); }

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

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

 a { background-color: rgb(110,138,11); }

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

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

 span { border-color: rgb(110,138,11); }

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