Shades of Highland #7F9551
Tints of Highland #7F9551
RGB
CMYK
RGB Variations
Color information
#7F9551 (or 0x7F9551) is known color: Highland. HEX triplet: 7F, 95 and 51. RGB value is (127,149,81). Sum of RGB (Red+Green+Blue) = 127+149+81=357 (47% of max value = 765). Red value is 127 (50% from 255 or 35.57% from 357); Green value is 149 (58.59% from 255 or 41.74% from 357); Blue value is 81 (32.03% from 255 or 22.69% from 357); Max value from RGB is 149 - color contains mainly: green. Hex color #7F9551 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F9551 is #806AAE. Grayscale: #868686. Windows color (decimal): -8415919 or 5346687. OLE color: 5346687.
HSL color Cylindrical-coordinate representation of color #7F9551: hue angle of 79.41º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F9551 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 149 | 81 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.42 |
| HSL | 79.41º | 0.3% | 0.45% | - |
| HSV(B) | 79.41º | 0.46% | 0.58% | - |
| XYZ | 20.99 | 26.6 | 11.81 | - |
| YUV | 134.67 | 97.71 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 149 | 81 | 0.15 | 0 | 0.46 | 0.42 | 79.41 | 0.3 | 0.45 |
| Hex | 7F | 95 | 51 | F | 0 | 2E | 2A | 4F | 1E | 2D |
| Octal | 177 | 225 | 121 | 17 | 0 | 56 | 52 | 117 | 36 | 55 |
| Binary | 1111111 | 10010101 | 1010001 | 1111 | 0 | 101110 | 101010 | 1001111 | 11110 | 101101 |
Color Harmonies of #7F9551
Complementary color
Monochromatic Colors of #7F9551
Black with #7F9551
Text Example
Text Example
White with #7F9551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9551; }
p { color: rgb(127,149,81); }
H1.HeaderClassName
{
color: #7F9551;
}
.AnyTagClassName
{
color: #7F9551;
}
</style>
background-color css
<style>
a { background-color: #7F9551; }
a { background-color: rgb(127,149,81); }
div.DivClassName
{
background-color: #7F9551;
}
.BgClassName
{
background-color: #7F9551;
}
</style>
border-color css
<style>
span { border-color: #7F9551; }
span { border-color: rgb(127,149,81); }
td.TdClassName
{
border-color: #7F9551;
}
.TagClassName
{
border-color: #7F9551;
}
</style>