Shades of Highland #7F8D59
Tints of Highland #7F8D59
RGB
CMYK
RGB Variations
Color information
#7F8D59 (or 0x7F8D59) is known color: Highland. HEX triplet: 7F, 8D and 59. RGB value is (127,141,89). Sum of RGB (Red+Green+Blue) = 127+141+89=357 (47% of max value = 765). Red value is 127 (50% from 255 or 35.57% from 357); Green value is 141 (55.47% from 255 or 39.50% from 357); Blue value is 89 (35.16% from 255 or 24.93% from 357); Max value from RGB is 141 - color contains mainly: green. Hex color #7F8D59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8D59 is #8072A6. Grayscale: #838383. Windows color (decimal): -8417959 or 5868927. OLE color: 5868927.
HSL color Cylindrical-coordinate representation of color #7F8D59: hue angle of 76.15º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7F8D59 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 127 | 141 | 89 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.45 |
| HSL | 76.15º | 0.23% | 0.45% | - |
| HSV(B) | 76.15º | 0.37% | 0.55% | - |
| XYZ | 20.08 | 24.28 | 13.08 | - |
| YUV | 130.89 | 104.36 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 141 | 89 | 0.10 | 0 | 0.37 | 0.45 | 76.15 | 0.23 | 0.45 |
| Hex | 7F | 8D | 59 | A | 0 | 25 | 2D | 4C | 17 | 2D |
| Octal | 177 | 215 | 131 | 12 | 0 | 45 | 55 | 114 | 27 | 55 |
| Binary | 1111111 | 10001101 | 1011001 | 1010 | 0 | 100101 | 101101 | 1001100 | 10111 | 101101 |
Color Harmonies of #7F8D59
Complementary color
Monochromatic Colors of #7F8D59
Black with #7F8D59
Text Example
Text Example
White with #7F8D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8D59; }
p { color: rgb(127,141,89); }
H1.HeaderClassName
{
color: #7F8D59;
}
.AnyTagClassName
{
color: #7F8D59;
}
</style>
background-color css
<style>
a { background-color: #7F8D59; }
a { background-color: rgb(127,141,89); }
div.DivClassName
{
background-color: #7F8D59;
}
.BgClassName
{
background-color: #7F8D59;
}
</style>
border-color css
<style>
span { border-color: #7F8D59; }
span { border-color: rgb(127,141,89); }
td.TdClassName
{
border-color: #7F8D59;
}
.TagClassName
{
border-color: #7F8D59;
}
</style>