Shades of Highland #87946B
Tints of Highland #87946B
RGB
CMYK
RGB Variations
Color information
#87946B (or 0x87946B) is known color: Highland. HEX triplet: 87, 94 and 6B. RGB value is (135,148,107). Sum of RGB (Red+Green+Blue) = 135+148+107=390 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.62% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 107 (42.19% from 255 or 27.44% from 390); Max value from RGB is 148 - color contains mainly: green. Hex color #87946B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87946B is #786B94. Grayscale: #8B8B8B. Windows color (decimal): -7891861 or 7050375. OLE color: 7050375.
HSL color Cylindrical-coordinate representation of color #87946B: hue angle of 79.02º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #87946B is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 148 | 107 | - |
| CMYK | 0.09 | 0 | 0.28 | 0.42 |
| HSL | 79.02º | 0.16% | 0.5% | - |
| HSV(B) | 79.02º | 0.28% | 0.58% | - |
| XYZ | 23.24 | 27.39 | 17.97 | - |
| YUV | 139.44 | 109.69 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 148 | 107 | 0.09 | 0 | 0.28 | 0.42 | 79.02 | 0.16 | 0.5 |
| Hex | 87 | 94 | 6B | 9 | 0 | 1C | 2A | 4F | 10 | 32 |
| Octal | 207 | 224 | 153 | 11 | 0 | 34 | 52 | 117 | 20 | 62 |
| Binary | 10000111 | 10010100 | 1101011 | 1001 | 0 | 11100 | 101010 | 1001111 | 10000 | 110010 |
Color Harmonies of #87946B
Complementary color
Monochromatic Colors of #87946B
Black with #87946B
Text Example
Text Example
White with #87946B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87946B; }
p { color: rgb(135,148,107); }
H1.HeaderClassName
{
color: #87946B;
}
.AnyTagClassName
{
color: #87946B;
}
</style>
background-color css
<style>
a { background-color: #87946B; }
a { background-color: rgb(135,148,107); }
div.DivClassName
{
background-color: #87946B;
}
.BgClassName
{
background-color: #87946B;
}
</style>
border-color css
<style>
span { border-color: #87946B; }
span { border-color: rgb(135,148,107); }
td.TdClassName
{
border-color: #87946B;
}
.TagClassName
{
border-color: #87946B;
}
</style>