Shades of Highland #7F9163
Tints of Highland #7F9163
RGB
CMYK
RGB Variations
Color information
#7F9163 (or 0x7F9163) is known color: Highland. HEX triplet: 7F, 91 and 63. RGB value is (127,145,99). Sum of RGB (Red+Green+Blue) = 127+145+99=371 (49% of max value = 765). Red value is 127 (50% from 255 or 34.23% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 99 (39.06% from 255 or 26.68% from 371); Max value from RGB is 145 - color contains mainly: green. Hex color #7F9163 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F9163 is #806E9C. Grayscale: #868686. Windows color (decimal): -8416925 or 6525311. OLE color: 6525311.
HSL color Cylindrical-coordinate representation of color #7F9163: hue angle of 83.48º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7F9163 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 127 | 145 | 99 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.43 |
| HSL | 83.48º | 0.19% | 0.48% | - |
| HSV(B) | 83.48º | 0.32% | 0.57% | - |
| XYZ | 21.13 | 25.66 | 15.64 | - |
| YUV | 134.37 | 108.04 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 145 | 99 | 0.12 | 0 | 0.32 | 0.43 | 83.48 | 0.19 | 0.48 |
| Hex | 7F | 91 | 63 | C | 0 | 20 | 2B | 53 | 13 | 30 |
| Octal | 177 | 221 | 143 | 14 | 0 | 40 | 53 | 123 | 23 | 60 |
| Binary | 1111111 | 10010001 | 1100011 | 1100 | 0 | 100000 | 101011 | 1010011 | 10011 | 110000 |
Color Harmonies of #7F9163
Complementary color
Monochromatic Colors of #7F9163
Black with #7F9163
Text Example
Text Example
White with #7F9163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9163; }
p { color: rgb(127,145,99); }
H1.HeaderClassName
{
color: #7F9163;
}
.AnyTagClassName
{
color: #7F9163;
}
</style>
background-color css
<style>
a { background-color: #7F9163; }
a { background-color: rgb(127,145,99); }
div.DivClassName
{
background-color: #7F9163;
}
.BgClassName
{
background-color: #7F9163;
}
</style>
border-color css
<style>
span { border-color: #7F9163; }
span { border-color: rgb(127,145,99); }
td.TdClassName
{
border-color: #7F9163;
}
.TagClassName
{
border-color: #7F9163;
}
</style>