Shades of Highland #6D8B57
Tints of Highland #6D8B57
RGB
CMYK
RGB Variations
Color information
#6D8B57 (or 0x6D8B57) is known color: Highland. HEX triplet: 6D, 8B and 57. RGB value is (109,139,87). Sum of RGB (Red+Green+Blue) = 109+139+87=335 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.54% from 335); Green value is 139 (54.69% from 255 or 41.49% from 335); Blue value is 87 (34.38% from 255 or 25.97% from 335); Max value from RGB is 139 - color contains mainly: green. Hex color #6D8B57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8B57 is #9274A8. Grayscale: #7C7C7C. Windows color (decimal): -9598121 or 5737325. OLE color: 5737325.
HSL color Cylindrical-coordinate representation of color #6D8B57: hue angle of 94.62º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6D8B57 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 139 | 87 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.45 |
| HSL | 94.62º | 0.23% | 0.44% | - |
| HSV(B) | 94.62º | 0.37% | 0.55% | - |
| XYZ | 17.26 | 22.4 | 12.43 | - |
| YUV | 124.1 | 107.06 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 139 | 87 | 0.22 | 0 | 0.37 | 0.45 | 94.62 | 0.23 | 0.44 |
| Hex | 6D | 8B | 57 | 16 | 0 | 25 | 2D | 5F | 17 | 2C |
| Octal | 155 | 213 | 127 | 26 | 0 | 45 | 55 | 137 | 27 | 54 |
| Binary | 1101101 | 10001011 | 1010111 | 10110 | 0 | 100101 | 101101 | 1011111 | 10111 | 101100 |
Color Harmonies of #6D8B57
Complementary color
Monochromatic Colors of #6D8B57
Black with #6D8B57
Text Example
Text Example
White with #6D8B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8B57; }
p { color: rgb(109,139,87); }
H1.HeaderClassName
{
color: #6D8B57;
}
.AnyTagClassName
{
color: #6D8B57;
}
</style>
background-color css
<style>
a { background-color: #6D8B57; }
a { background-color: rgb(109,139,87); }
div.DivClassName
{
background-color: #6D8B57;
}
.BgClassName
{
background-color: #6D8B57;
}
</style>
border-color css
<style>
span { border-color: #6D8B57; }
span { border-color: rgb(109,139,87); }
td.TdClassName
{
border-color: #6D8B57;
}
.TagClassName
{
border-color: #6D8B57;
}
</style>