Shades of Highland #6C9156
Tints of Highland #6C9156
RGB
CMYK
RGB Variations
Color information
#6C9156 (or 0x6C9156) is known color: Highland. HEX triplet: 6C, 91 and 56. RGB value is (108,145,86). Sum of RGB (Red+Green+Blue) = 108+145+86=339 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.86% from 339); Green value is 145 (57.03% from 255 or 42.77% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 145 - color contains mainly: green. Hex color #6C9156 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C9156 is #936EA9. Grayscale: #7F7F7F. Windows color (decimal): -9662122 or 5673324. OLE color: 5673324.
HSL color Cylindrical-coordinate representation of color #6C9156: hue angle of 97.63º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6C9156 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 108 | 145 | 86 | - |
| CMYK | 0.26 | 0 | 0.41 | 0.43 |
| HSL | 97.63º | 0.26% | 0.45% | - |
| HSV(B) | 97.63º | 0.41% | 0.57% | - |
| XYZ | 17.99 | 24.11 | 12.51 | - |
| YUV | 127.21 | 104.74 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 145 | 86 | 0.26 | 0 | 0.41 | 0.43 | 97.63 | 0.26 | 0.45 |
| Hex | 6C | 91 | 56 | 1A | 0 | 29 | 2B | 62 | 1A | 2D |
| Octal | 154 | 221 | 126 | 32 | 0 | 51 | 53 | 142 | 32 | 55 |
| Binary | 1101100 | 10010001 | 1010110 | 11010 | 0 | 101001 | 101011 | 1100010 | 11010 | 101101 |
Color Harmonies of #6C9156
Complementary color
Monochromatic Colors of #6C9156
Black with #6C9156
Text Example
Text Example
White with #6C9156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9156; }
p { color: rgb(108,145,86); }
H1.HeaderClassName
{
color: #6C9156;
}
.AnyTagClassName
{
color: #6C9156;
}
</style>
background-color css
<style>
a { background-color: #6C9156; }
a { background-color: rgb(108,145,86); }
div.DivClassName
{
background-color: #6C9156;
}
.BgClassName
{
background-color: #6C9156;
}
</style>
border-color css
<style>
span { border-color: #6C9156; }
span { border-color: rgb(108,145,86); }
td.TdClassName
{
border-color: #6C9156;
}
.TagClassName
{
border-color: #6C9156;
}
</style>