#6E8335

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

Shades of Olive Drab #6E8335

Tints of Olive Drab #6E8335

Color information

#6E8335 (or 0x6E8335) is unknown color: approx Olive Drab. HEX triplet: 6E, 83 and 35. RGB value is (110,131,53). Sum of RGB (Red+Green+Blue) = 110+131+53=294 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.41% from 294); Green value is 131 (51.56% from 255 or 44.56% from 294); Blue value is 53 (21.09% from 255 or 18.03% from 294); Max value from RGB is 131 - color contains mainly: green. Hex color #6E8335 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8335 is #917CCA. Grayscale: #747474. Windows color (decimal): -9534667 or 3507054. OLE color: 3507054.

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

Color convert

RGB11013153-
CMYK0.1600.600.49
HSL76.15º42.39%36.08%-
HSV(B)76.15º59.54%51.37%-
XYZ15.1919.86.39-
YUV115.8392.54123.84-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.41%
GREEN value IS 131 (51.56% from 255) = 44.56%
BLUE value IS 53 (21.09% from 255) = 18.03%
R=37.41%
G=44.56%
B=18.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal110131530.1600.600.4976.1542.3936.08
Hex6E83351003C314c2a24
Octal1562036520074611145244
Binary1101110100000111101011000001111001100011001100101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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