#6E9131

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

Shades of Olive Drab #6E9131

Tints of Olive Drab #6E9131

Color information

#6E9131 (or 0x6E9131) is unknown color: approx Olive Drab. HEX triplet: 6E, 91 and 31. RGB value is (110,145,49). Sum of RGB (Red+Green+Blue) = 110+145+49=304 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.18% from 304); Green value is 145 (57.03% from 255 or 47.70% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 145 - color contains mainly: green. Hex color #6E9131 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E9131 is #916ECE. Grayscale: #7B7B7B. Windows color (decimal): -9531087 or 3248494. OLE color: 3248494.

HSL color Cylindrical-coordinate representation of color #6E9131: hue angle of 81.88º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6E9131 is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB11014549-
CMYK0.2400.660.43
HSL81.88º49.48%38.04%-
HSV(B)81.88º66.21%56.86%-
XYZ17.1123.796.6-
YUV123.5985.9118.31-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.18%
GREEN value IS 145 (57.03% from 255) = 47.70%
BLUE value IS 49 (19.53% from 255) = 16.12%
R=36.18%
G=47.70%
B=16.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal110145490.2400.660.4381.8849.4838.04
Hex6E9131180422B523126
Octal15622161300102531226146
Binary11011101001000111000111000010000101010111010010110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,145,49); }

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

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

 a { background-color: rgb(110,145,49); }

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

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

 span { border-color: rgb(110,145,49); }

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