#6E8A5D

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

Shades of Highland #6E8A5D

Tints of Highland #6E8A5D

Color information

#6E8A5D (or 0x6E8A5D) is unknown color: approx Highland. HEX triplet: 6E, 8A and 5D. RGB value is (110,138,93). Sum of RGB (Red+Green+Blue) = 110+138+93=341 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.26% from 341); Green value is 138 (54.30% from 255 or 40.47% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 138 - color contains mainly: green. Hex color #6E8A5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8A5D is #9175A2. Grayscale: #7C7C7C. Windows color (decimal): -9532835 or 6130286. OLE color: 6130286.

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

Color convert

RGB11013893-
CMYK0.2000.330.46
HSL97.33º19.48%45.29%-
HSV(B)97.33º32.61%54.12%-
XYZ17.4922.2813.73-
YUV124.5110.22117.66-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.26%
GREEN value IS 138 (54.30% from 255) = 40.47%
BLUE value IS 93 (36.72% from 255) = 27.27%
R=32.26%
G=40.47%
B=27.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal110138930.2000.330.4697.3319.4845.29
Hex6E8A5D140212E61132d
Octal15621213524041561412355
Binary1101110100010101011101101000100001101110110000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,138,93); }

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

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

 a { background-color: rgb(110,138,93); }

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

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

 span { border-color: rgb(110,138,93); }

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