Shades of Highland #7F9963
Tints of Highland #7F9963
RGB
CMYK
RGB Variations
Color information
#7F9963 (or 0x7F9963) is known color: Highland. HEX triplet: 7F, 99 and 63. RGB value is (127,153,99). Sum of RGB (Red+Green+Blue) = 127+153+99=379 (50% of max value = 765). Red value is 127 (50% from 255 or 33.51% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 99 (39.06% from 255 or 26.12% from 379); Max value from RGB is 153 - color contains mainly: green. Hex color #7F9963 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F9963 is #80669C. Grayscale: #8B8B8B. Windows color (decimal): -8414877 or 6527359. OLE color: 6527359.
HSL color Cylindrical-coordinate representation of color #7F9963: hue angle of 88.89º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7F9963 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 127 | 153 | 99 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.4 |
| HSL | 88.89º | 0.21% | 0.49% | - |
| HSV(B) | 88.89º | 0.35% | 0.6% | - |
| XYZ | 22.4 | 28.2 | 16.07 | - |
| YUV | 139.07 | 105.39 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 153 | 99 | 0.17 | 0 | 0.35 | 0.4 | 88.89 | 0.21 | 0.49 |
| Hex | 7F | 99 | 63 | 11 | 0 | 23 | 28 | 59 | 15 | 31 |
| Octal | 177 | 231 | 143 | 21 | 0 | 43 | 50 | 131 | 25 | 61 |
| Binary | 1111111 | 10011001 | 1100011 | 10001 | 0 | 100011 | 101000 | 1011001 | 10101 | 110001 |
Color Harmonies of #7F9963
Complementary color
Monochromatic Colors of #7F9963
Black with #7F9963
Text Example
Text Example
White with #7F9963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9963; }
p { color: rgb(127,153,99); }
H1.HeaderClassName
{
color: #7F9963;
}
.AnyTagClassName
{
color: #7F9963;
}
</style>
background-color css
<style>
a { background-color: #7F9963; }
a { background-color: rgb(127,153,99); }
div.DivClassName
{
background-color: #7F9963;
}
.BgClassName
{
background-color: #7F9963;
}
</style>
border-color css
<style>
span { border-color: #7F9963; }
span { border-color: rgb(127,153,99); }
td.TdClassName
{
border-color: #7F9963;
}
.TagClassName
{
border-color: #7F9963;
}
</style>