#6D915D

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

Shades of Highland #6D915D

Tints of Highland #6D915D

Color information

#6D915D (or 0x6D915D) is unknown color: approx Highland. HEX triplet: 6D, 91 and 5D. RGB value is (109,145,93). Sum of RGB (Red+Green+Blue) = 109+145+93=347 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.41% from 347); Green value is 145 (57.03% from 255 or 41.79% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 145 - color contains mainly: green. Hex color #6D915D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D915D is #926EA2. Grayscale: #808080. Windows color (decimal): -9596579 or 6132077. OLE color: 6132077.

HSL color Cylindrical-coordinate representation of color #6D915D: hue angle of 101.54º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6D915D is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB10914593-
CMYK0.2500.360.43
HSL101.54º21.85%46.67%-
HSV(B)101.54º35.86%56.86%-
XYZ18.4124.2914.07-
YUV128.31108.07114.23-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.41%
GREEN value IS 145 (57.03% from 255) = 41.79%
BLUE value IS 93 (36.72% from 255) = 26.80%
R=31.41%
G=41.79%
B=26.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal109145930.2500.360.43101.5421.8546.67
Hex6D915D190242B66162f
Octal15522113531044531462657
Binary1101101100100011011101110010100100101011110011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D915D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,145,93); }

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

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

 a { background-color: rgb(109,145,93); }

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

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

 span { border-color: rgb(109,145,93); }

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