#6D8958

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

Shades of Highland #6D8958

Tints of Highland #6D8958

Color information

#6D8958 (or 0x6D8958) is unknown color: approx Highland. HEX triplet: 6D, 89 and 58. RGB value is (109,137,88). Sum of RGB (Red+Green+Blue) = 109+137+88=334 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.63% from 334); Green value is 137 (53.91% from 255 or 41.02% from 334); Blue value is 88 (34.77% from 255 or 26.35% from 334); Max value from RGB is 137 - color contains mainly: green. Hex color #6D8958 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8958 is #9276A7. Grayscale: #7B7B7B. Windows color (decimal): -9598632 or 5802349. OLE color: 5802349.

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

Color convert

RGB10913788-
CMYK0.2000.360.46
HSL94.29º21.78%44.12%-
HSV(B)94.29º35.77%53.73%-
XYZ17.0121.8512.55-
YUV123.04108.22117.98-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.63%
GREEN value IS 137 (53.91% from 255) = 41.02%
BLUE value IS 88 (34.77% from 255) = 26.35%
R=32.63%
G=41.02%
B=26.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal109137880.2000.360.4694.2921.7844.12
Hex6D8958140242E5e162c
Octal15521113024044561362654
Binary1101101100010011011000101000100100101110101111010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,137,88); }

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

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

 a { background-color: rgb(109,137,88); }

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

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

 span { border-color: rgb(109,137,88); }

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