#6E8955

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

Shades of Highland #6E8955

Tints of Highland #6E8955

Color information

#6E8955 (or 0x6E8955) is unknown color: approx Highland. HEX triplet: 6E, 89 and 55. RGB value is (110,137,85). Sum of RGB (Red+Green+Blue) = 110+137+85=332 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.13% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 85 (33.59% from 255 or 25.60% from 332); Max value from RGB is 137 - color contains mainly: green. Hex color #6E8955 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8955 is #9176AA. Grayscale: #7B7B7B. Windows color (decimal): -9533099 or 5605742. OLE color: 5605742.

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

Color convert

RGB11013785-
CMYK0.2000.380.46
HSL91.15º23.42%43.53%-
HSV(B)91.15º37.96%53.73%-
XYZ17.0221.8611.92-
YUV123106.55118.73-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.13%
GREEN value IS 137 (53.91% from 255) = 41.27%
BLUE value IS 85 (33.59% from 255) = 25.60%
R=33.13%
G=41.27%
B=25.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal110137850.2000.380.4691.1523.4243.53
Hex6E8955140262E5b172c
Octal15621112524046561332754
Binary1101110100010011010101101000100110101110101101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,137,85); }

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

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

 a { background-color: rgb(110,137,85); }

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

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

 span { border-color: rgb(110,137,85); }

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