Shades of Highland #7F9465
Tints of Highland #7F9465
RGB
CMYK
RGB Variations
Color information
#7F9465 (or 0x7F9465) is known color: Highland. HEX triplet: 7F, 94 and 65. RGB value is (127,148,101). Sum of RGB (Red+Green+Blue) = 127+148+101=376 (49% of max value = 765). Red value is 127 (50% from 255 or 33.78% from 376); Green value is 148 (58.20% from 255 or 39.36% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 148 - color contains mainly: green. Hex color #7F9465 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F9465 is #806B9A. Grayscale: #888888. Windows color (decimal): -8416155 or 6657151. OLE color: 6657151.
HSL color Cylindrical-coordinate representation of color #7F9465: hue angle of 86.81º 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 #7F9465 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 148 | 101 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.42 |
| HSL | 86.81º | 0.19% | 0.49% | - |
| HSV(B) | 86.81º | 0.32% | 0.58% | - |
| XYZ | 21.69 | 26.63 | 16.31 | - |
| YUV | 136.36 | 108.04 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 148 | 101 | 0.14 | 0 | 0.32 | 0.42 | 86.81 | 0.19 | 0.49 |
| Hex | 7F | 94 | 65 | E | 0 | 20 | 2A | 57 | 13 | 31 |
| Octal | 177 | 224 | 145 | 16 | 0 | 40 | 52 | 127 | 23 | 61 |
| Binary | 1111111 | 10010100 | 1100101 | 1110 | 0 | 100000 | 101010 | 1010111 | 10011 | 110001 |
Color Harmonies of #7F9465
Complementary color
Monochromatic Colors of #7F9465
Black with #7F9465
Text Example
Text Example
White with #7F9465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9465; }
p { color: rgb(127,148,101); }
H1.HeaderClassName
{
color: #7F9465;
}
.AnyTagClassName
{
color: #7F9465;
}
</style>
background-color css
<style>
a { background-color: #7F9465; }
a { background-color: rgb(127,148,101); }
div.DivClassName
{
background-color: #7F9465;
}
.BgClassName
{
background-color: #7F9465;
}
</style>
border-color css
<style>
span { border-color: #7F9465; }
span { border-color: rgb(127,148,101); }
td.TdClassName
{
border-color: #7F9465;
}
.TagClassName
{
border-color: #7F9465;
}
</style>