Shades of Highland #7F9659
Tints of Highland #7F9659
RGB
CMYK
RGB Variations
Color information
#7F9659 (or 0x7F9659) is known color: Highland. HEX triplet: 7F, 96 and 59. RGB value is (127,150,89). Sum of RGB (Red+Green+Blue) = 127+150+89=366 (48% of max value = 765). Red value is 127 (50% from 255 or 34.70% from 366); Green value is 150 (58.98% from 255 or 40.98% from 366); Blue value is 89 (35.16% from 255 or 24.32% from 366); Max value from RGB is 150 - color contains mainly: green. Hex color #7F9659 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F9659 is #8069A6. Grayscale: #888888. Windows color (decimal): -8415655 or 5871231. OLE color: 5871231.
HSL color Cylindrical-coordinate representation of color #7F9659: hue angle of 82.62º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7F9659 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 127 | 150 | 89 | - |
| CMYK | 0.15 | 0 | 0.41 | 0.41 |
| HSL | 82.62º | 0.26% | 0.47% | - |
| HSV(B) | 82.62º | 0.41% | 0.59% | - |
| XYZ | 21.46 | 27.05 | 13.54 | - |
| YUV | 136.17 | 101.38 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 150 | 89 | 0.15 | 0 | 0.41 | 0.41 | 82.62 | 0.26 | 0.47 |
| Hex | 7F | 96 | 59 | F | 0 | 29 | 29 | 53 | 1A | 2F |
| Octal | 177 | 226 | 131 | 17 | 0 | 51 | 51 | 123 | 32 | 57 |
| Binary | 1111111 | 10010110 | 1011001 | 1111 | 0 | 101001 | 101001 | 1010011 | 11010 | 101111 |
Color Harmonies of #7F9659
Complementary color
Monochromatic Colors of #7F9659
Black with #7F9659
Text Example
Text Example
White with #7F9659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9659; }
p { color: rgb(127,150,89); }
H1.HeaderClassName
{
color: #7F9659;
}
.AnyTagClassName
{
color: #7F9659;
}
</style>
background-color css
<style>
a { background-color: #7F9659; }
a { background-color: rgb(127,150,89); }
div.DivClassName
{
background-color: #7F9659;
}
.BgClassName
{
background-color: #7F9659;
}
</style>
border-color css
<style>
span { border-color: #7F9659; }
span { border-color: rgb(127,150,89); }
td.TdClassName
{
border-color: #7F9659;
}
.TagClassName
{
border-color: #7F9659;
}
</style>