Shades of Highland #7F9863
Tints of Highland #7F9863
RGB
CMYK
RGB Variations
Color information
#7F9863 (or 0x7F9863) is known color: Highland. HEX triplet: 7F, 98 and 63. RGB value is (127,152,99). Sum of RGB (Red+Green+Blue) = 127+152+99=378 (50% of max value = 765). Red value is 127 (50% from 255 or 33.60% from 378); Green value is 152 (59.77% from 255 or 40.21% from 378); Blue value is 99 (39.06% from 255 or 26.19% from 378); Max value from RGB is 152 - color contains mainly: green. Hex color #7F9863 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F9863 is #80679C. Grayscale: #8A8A8A. Windows color (decimal): -8415133 or 6527103. OLE color: 6527103.
HSL color Cylindrical-coordinate representation of color #7F9863: hue angle of 88.3º 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 #7F9863 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 127 | 152 | 99 | - |
| CMYK | 0.16 | 0 | 0.35 | 0.40 |
| HSL | 88.3º | 0.21% | 0.49% | - |
| HSV(B) | 88.3º | 0.35% | 0.6% | - |
| XYZ | 22.23 | 27.87 | 16.01 | - |
| YUV | 138.48 | 105.72 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 152 | 99 | 0.16 | 0 | 0.35 | 0.40 | 88.3 | 0.21 | 0.49 |
| Hex | 7F | 98 | 63 | 10 | 0 | 23 | 28 | 58 | 15 | 31 |
| Octal | 177 | 230 | 143 | 20 | 0 | 43 | 50 | 130 | 25 | 61 |
| Binary | 1111111 | 10011000 | 1100011 | 10000 | 0 | 100011 | 101000 | 1011000 | 10101 | 110001 |
Color Harmonies of #7F9863
Complementary color
Monochromatic Colors of #7F9863
Black with #7F9863
Text Example
Text Example
White with #7F9863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9863; }
p { color: rgb(127,152,99); }
H1.HeaderClassName
{
color: #7F9863;
}
.AnyTagClassName
{
color: #7F9863;
}
</style>
background-color css
<style>
a { background-color: #7F9863; }
a { background-color: rgb(127,152,99); }
div.DivClassName
{
background-color: #7F9863;
}
.BgClassName
{
background-color: #7F9863;
}
</style>
border-color css
<style>
span { border-color: #7F9863; }
span { border-color: rgb(127,152,99); }
td.TdClassName
{
border-color: #7F9863;
}
.TagClassName
{
border-color: #7F9863;
}
</style>