Shades of Highland #6C9151
Tints of Highland #6C9151
RGB
CMYK
RGB Variations
Color information
#6C9151 (or 0x6C9151) is known color: Highland. HEX triplet: 6C, 91 and 51. RGB value is (108,145,81). Sum of RGB (Red+Green+Blue) = 108+145+81=334 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.34% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 81 (32.03% from 255 or 24.25% from 334); Max value from RGB is 145 - color contains mainly: green. Hex color #6C9151 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C9151 is #936EAE. Grayscale: #7E7E7E. Windows color (decimal): -9662127 or 5345644. OLE color: 5345644.
HSL color Cylindrical-coordinate representation of color #6C9151: hue angle of 94.69º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6C9151 is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 108 | 145 | 81 | - |
| CMYK | 0.26 | 0 | 0.44 | 0.43 |
| HSL | 94.69º | 0.28% | 0.44% | - |
| HSV(B) | 94.69º | 0.44% | 0.57% | - |
| XYZ | 17.79 | 24.03 | 11.49 | - |
| YUV | 126.64 | 102.24 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 145 | 81 | 0.26 | 0 | 0.44 | 0.43 | 94.69 | 0.28 | 0.44 |
| Hex | 6C | 91 | 51 | 1A | 0 | 2C | 2B | 5F | 1C | 2C |
| Octal | 154 | 221 | 121 | 32 | 0 | 54 | 53 | 137 | 34 | 54 |
| Binary | 1101100 | 10010001 | 1010001 | 11010 | 0 | 101100 | 101011 | 1011111 | 11100 | 101100 |
Color Harmonies of #6C9151
Complementary color
Monochromatic Colors of #6C9151
Black with #6C9151
Text Example
Text Example
White with #6C9151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9151; }
p { color: rgb(108,145,81); }
H1.HeaderClassName
{
color: #6C9151;
}
.AnyTagClassName
{
color: #6C9151;
}
</style>
background-color css
<style>
a { background-color: #6C9151; }
a { background-color: rgb(108,145,81); }
div.DivClassName
{
background-color: #6C9151;
}
.BgClassName
{
background-color: #6C9151;
}
</style>
border-color css
<style>
span { border-color: #6C9151; }
span { border-color: rgb(108,145,81); }
td.TdClassName
{
border-color: #6C9151;
}
.TagClassName
{
border-color: #6C9151;
}
</style>