Shades of Highland #7F9462
Tints of Highland #7F9462
RGB
CMYK
RGB Variations
Color information
#7F9462 (or 0x7F9462) is known color: Highland. HEX triplet: 7F, 94 and 62. RGB value is (127,148,98). Sum of RGB (Red+Green+Blue) = 127+148+98=373 (49% of max value = 765). Red value is 127 (50% from 255 or 34.05% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 98 (38.67% from 255 or 26.27% from 373); Max value from RGB is 148 - color contains mainly: green. Hex color #7F9462 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F9462 is #806B9D. Grayscale: #888888. Windows color (decimal): -8416158 or 6460543. OLE color: 6460543.
HSL color Cylindrical-coordinate representation of color #7F9462: hue angle of 85.2º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7F9462 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 148 | 98 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.42 |
| HSL | 85.2º | 0.2% | 0.48% | - |
| HSV(B) | 85.2º | 0.34% | 0.58% | - |
| XYZ | 21.55 | 26.57 | 15.55 | - |
| YUV | 136.02 | 106.54 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 148 | 98 | 0.14 | 0 | 0.34 | 0.42 | 85.2 | 0.2 | 0.48 |
| Hex | 7F | 94 | 62 | E | 0 | 22 | 2A | 55 | 14 | 30 |
| Octal | 177 | 224 | 142 | 16 | 0 | 42 | 52 | 125 | 24 | 60 |
| Binary | 1111111 | 10010100 | 1100010 | 1110 | 0 | 100010 | 101010 | 1010101 | 10100 | 110000 |
Color Harmonies of #7F9462
Complementary color
Monochromatic Colors of #7F9462
Black with #7F9462
Text Example
Text Example
White with #7F9462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9462; }
p { color: rgb(127,148,98); }
H1.HeaderClassName
{
color: #7F9462;
}
.AnyTagClassName
{
color: #7F9462;
}
</style>
background-color css
<style>
a { background-color: #7F9462; }
a { background-color: rgb(127,148,98); }
div.DivClassName
{
background-color: #7F9462;
}
.BgClassName
{
background-color: #7F9462;
}
</style>
border-color css
<style>
span { border-color: #7F9462; }
span { border-color: rgb(127,148,98); }
td.TdClassName
{
border-color: #7F9462;
}
.TagClassName
{
border-color: #7F9462;
}
</style>