#6E8D5E

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

Shades of Highland #6E8D5E

Tints of Highland #6E8D5E

Color information

#6E8D5E (or 0x6E8D5E) is unknown color: approx Highland. HEX triplet: 6E, 8D and 5E. RGB value is (110,141,94). Sum of RGB (Red+Green+Blue) = 110+141+94=345 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.88% from 345); Green value is 141 (55.47% from 255 or 40.87% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 141 - color contains mainly: green. Hex color #6E8D5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8D5E is #9172A1. Grayscale: #7E7E7E. Windows color (decimal): -9532066 or 6196590. OLE color: 6196590.

HSL color Cylindrical-coordinate representation of color #6E8D5E: hue angle of 99.57º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6E8D5E is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB11014194-
CMYK0.2200.330.45
HSL99.57º20%46.08%-
HSV(B)99.57º33.33%55.29%-
XYZ17.9823.1714.12-
YUV126.37109.73116.32-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.88%
GREEN value IS 141 (55.47% from 255) = 40.87%
BLUE value IS 94 (37.11% from 255) = 27.25%
R=31.88%
G=40.87%
B=27.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal110141940.2200.330.4599.572046.08
Hex6E8D5E160212D64142e
Octal15621513626041551442456
Binary1101110100011011011110101100100001101101110010010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,141,94); }

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

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

 a { background-color: rgb(110,141,94); }

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

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

 span { border-color: rgb(110,141,94); }

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