Shades of Highland #7F9464
Tints of Highland #7F9464
RGB
CMYK
RGB Variations
Color information
#7F9464 (or 0x7F9464) is known color: Highland. HEX triplet: 7F, 94 and 64. RGB value is (127,148,100). Sum of RGB (Red+Green+Blue) = 127+148+100=375 (49% of max value = 765). Red value is 127 (50% from 255 or 33.87% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 100 (39.45% from 255 or 26.67% from 375); Max value from RGB is 148 - color contains mainly: green. Hex color #7F9464 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F9464 is #806B9B. Grayscale: #888888. Windows color (decimal): -8416156 or 6591615. OLE color: 6591615.
HSL color Cylindrical-coordinate representation of color #7F9464: hue angle of 86.25º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7F9464 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 148 | 100 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.42 |
| HSL | 86.25º | 0.19% | 0.49% | - |
| HSV(B) | 86.25º | 0.32% | 0.58% | - |
| XYZ | 21.64 | 26.61 | 16.05 | - |
| YUV | 136.25 | 107.54 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 148 | 100 | 0.14 | 0 | 0.32 | 0.42 | 86.25 | 0.19 | 0.49 |
| Hex | 7F | 94 | 64 | E | 0 | 20 | 2A | 56 | 13 | 31 |
| Octal | 177 | 224 | 144 | 16 | 0 | 40 | 52 | 126 | 23 | 61 |
| Binary | 1111111 | 10010100 | 1100100 | 1110 | 0 | 100000 | 101010 | 1010110 | 10011 | 110001 |
Color Harmonies of #7F9464
Complementary color
Monochromatic Colors of #7F9464
Black with #7F9464
Text Example
Text Example
White with #7F9464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9464; }
p { color: rgb(127,148,100); }
H1.HeaderClassName
{
color: #7F9464;
}
.AnyTagClassName
{
color: #7F9464;
}
</style>
background-color css
<style>
a { background-color: #7F9464; }
a { background-color: rgb(127,148,100); }
div.DivClassName
{
background-color: #7F9464;
}
.BgClassName
{
background-color: #7F9464;
}
</style>
border-color css
<style>
span { border-color: #7F9464; }
span { border-color: rgb(127,148,100); }
td.TdClassName
{
border-color: #7F9464;
}
.TagClassName
{
border-color: #7F9464;
}
</style>