#6E8436

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

Shades of Olive Drab #6E8436

Tints of Olive Drab #6E8436

Color information

#6E8436 (or 0x6E8436) is unknown color: approx Olive Drab. HEX triplet: 6E, 84 and 36. RGB value is (110,132,54). Sum of RGB (Red+Green+Blue) = 110+132+54=296 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.16% from 296); Green value is 132 (51.95% from 255 or 44.59% from 296); Blue value is 54 (21.48% from 255 or 18.24% from 296); Max value from RGB is 132 - color contains mainly: green. Hex color #6E8436 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8436 is #917BC9. Grayscale: #747474. Windows color (decimal): -9534410 or 3572846. OLE color: 3572846.

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

Color convert

RGB11013254-
CMYK0.1700.590.48
HSL76.92º41.94%36.47%-
HSV(B)76.92º59.09%51.76%-
XYZ15.3520.086.56-
YUV116.5392.71123.34-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.16%
GREEN value IS 132 (51.95% from 255) = 44.59%
BLUE value IS 54 (21.48% from 255) = 18.24%
R=37.16%
G=44.59%
B=18.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal110132540.1700.590.4876.9241.9436.47
Hex6E84361103B304d2a24
Octal1562046621073601155244
Binary1101110100001001101101000101110111100001001101101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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