#6E8136

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

Shades of Olive Drab #6E8136

Tints of Olive Drab #6E8136

Color information

#6E8136 (or 0x6E8136) is unknown color: approx Olive Drab. HEX triplet: 6E, 81 and 36. RGB value is (110,129,54). Sum of RGB (Red+Green+Blue) = 110+129+54=293 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.54% from 293); Green value is 129 (50.78% from 255 or 44.03% from 293); Blue value is 54 (21.48% from 255 or 18.43% from 293); Max value from RGB is 129 - color contains mainly: green. Hex color #6E8136 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8136 is #917EC9. Grayscale: #737373. Windows color (decimal): -9535178 or 3572078. OLE color: 3572078.

HSL color Cylindrical-coordinate representation of color #6E8136: hue angle of 75.2º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6E8136 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB11012954-
CMYK0.1500.580.49
HSL75.2º40.98%35.88%-
HSV(B)75.2º58.14%50.59%-
XYZ14.9519.286.42-
YUV114.7793.71124.6-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.54%
GREEN value IS 129 (50.78% from 255) = 44.03%
BLUE value IS 54 (21.48% from 255) = 18.43%
R=37.54%
G=44.03%
B=18.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal110129540.1500.580.4975.240.9835.88
Hex6E8136F03A314b2924
Octal1562016617072611135144
Binary110111010000001110110111101110101100011001011101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,129,54); }

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

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

 a { background-color: rgb(110,129,54); }

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

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

 span { border-color: rgb(110,129,54); }

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