#6e8336

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

Shades of Olive Drab #6E8336

Tints of Olive Drab #6E8336

Color information

#6E8336 (or 0x6E8336) is unknown color: approx Olive Drab. HEX triplet: 6E, 83 and 36. RGB value is (110,131,54). Sum of RGB (Red+Green+Blue) = 110+131+54=295 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.29% from 295); Green value is 131 (51.56% from 255 or 44.41% from 295); Blue value is 54 (21.48% from 255 or 18.31% from 295); Max value from RGB is 131 - color contains mainly: green. Hex color #6E8336 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8336 is #917CC9. Grayscale: #747474. Windows color (decimal): -9534666 or 3572590. OLE color: 3572590.

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

Color convert

RGB11013154-
CMYK0.1600.590.49
HSL76.36º41.62%36.27%-
HSV(B)76.36º58.78%51.37%-
XYZ15.2119.816.51-
YUV115.9493.04123.76-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.29%
GREEN value IS 131 (51.56% from 255) = 44.41%
BLUE value IS 54 (21.48% from 255) = 18.31%
R=37.29%
G=44.41%
B=18.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal110131540.1600.590.4976.3641.6236.27
Hex6E83361003B314c2a24
Octal1562036620073611145244
Binary1101110100000111101101000001110111100011001100101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6e8336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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