Shades of Highland #6D8957
Tints of Highland #6D8957
RGB
CMYK
RGB Variations
Color information
#6D8957 (or 0x6D8957) is known color: Highland. HEX triplet: 6D, 89 and 57. RGB value is (109,137,87). Sum of RGB (Red+Green+Blue) = 109+137+87=333 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.73% from 333); Green value is 137 (53.91% from 255 or 41.14% from 333); Blue value is 87 (34.38% from 255 or 26.13% from 333); Max value from RGB is 137 - color contains mainly: green. Hex color #6D8957 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8957 is #9276A8. Grayscale: #7B7B7B. Windows color (decimal): -9598633 or 5736813. OLE color: 5736813.
HSL color Cylindrical-coordinate representation of color #6D8957: hue angle of 93.6º 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 #6D8957 is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 109 | 137 | 87 | - |
| CMYK | 0.20 | 0 | 0.36 | 0.46 |
| HSL | 93.6º | 0.22% | 0.44% | - |
| HSV(B) | 93.6º | 0.36% | 0.54% | - |
| XYZ | 16.97 | 21.83 | 12.34 | - |
| YUV | 122.93 | 107.72 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 137 | 87 | 0.20 | 0 | 0.36 | 0.46 | 93.6 | 0.22 | 0.44 |
| Hex | 6D | 89 | 57 | 14 | 0 | 24 | 2E | 5E | 16 | 2C |
| Octal | 155 | 211 | 127 | 24 | 0 | 44 | 56 | 136 | 26 | 54 |
| Binary | 1101101 | 10001001 | 1010111 | 10100 | 0 | 100100 | 101110 | 1011110 | 10110 | 101100 |
Color Harmonies of #6D8957
Complementary color
Monochromatic Colors of #6D8957
Black with #6D8957
Text Example
Text Example
White with #6D8957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8957; }
p { color: rgb(109,137,87); }
H1.HeaderClassName
{
color: #6D8957;
}
.AnyTagClassName
{
color: #6D8957;
}
</style>
background-color css
<style>
a { background-color: #6D8957; }
a { background-color: rgb(109,137,87); }
div.DivClassName
{
background-color: #6D8957;
}
.BgClassName
{
background-color: #6D8957;
}
</style>
border-color css
<style>
span { border-color: #6D8957; }
span { border-color: rgb(109,137,87); }
td.TdClassName
{
border-color: #6D8957;
}
.TagClassName
{
border-color: #6D8957;
}
</style>