Shades of Highland #7F9651
Tints of Highland #7F9651
RGB
CMYK
RGB Variations
Color information
#7F9651 (or 0x7F9651) is known color: Highland. HEX triplet: 7F, 96 and 51. RGB value is (127,150,81). Sum of RGB (Red+Green+Blue) = 127+150+81=358 (47% of max value = 765). Red value is 127 (50% from 255 or 35.47% from 358); Green value is 150 (58.98% from 255 or 41.90% from 358); Blue value is 81 (32.03% from 255 or 22.63% from 358); Max value from RGB is 150 - color contains mainly: green. Hex color #7F9651 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F9651 is #8069AE. Grayscale: #878787. Windows color (decimal): -8415663 or 5346943. OLE color: 5346943.
HSL color Cylindrical-coordinate representation of color #7F9651: hue angle of 80º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F9651 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 127 | 150 | 81 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.41 |
| HSL | 80º | 0.3% | 0.45% | - |
| HSV(B) | 80º | 0.46% | 0.59% | - |
| XYZ | 21.14 | 26.92 | 11.87 | - |
| YUV | 135.26 | 97.38 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 150 | 81 | 0.15 | 0 | 0.46 | 0.41 | 80 | 0.3 | 0.45 |
| Hex | 7F | 96 | 51 | F | 0 | 2E | 29 | 50 | 1E | 2D |
| Octal | 177 | 226 | 121 | 17 | 0 | 56 | 51 | 120 | 36 | 55 |
| Binary | 1111111 | 10010110 | 1010001 | 1111 | 0 | 101110 | 101001 | 1010000 | 11110 | 101101 |
Color Harmonies of #7F9651
Complementary color
Monochromatic Colors of #7F9651
Black with #7F9651
Text Example
Text Example
White with #7F9651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9651; }
p { color: rgb(127,150,81); }
H1.HeaderClassName
{
color: #7F9651;
}
.AnyTagClassName
{
color: #7F9651;
}
</style>
background-color css
<style>
a { background-color: #7F9651; }
a { background-color: rgb(127,150,81); }
div.DivClassName
{
background-color: #7F9651;
}
.BgClassName
{
background-color: #7F9651;
}
</style>
border-color css
<style>
span { border-color: #7F9651; }
span { border-color: rgb(127,150,81); }
td.TdClassName
{
border-color: #7F9651;
}
.TagClassName
{
border-color: #7F9651;
}
</style>