Shades of Highland #7F965C
Tints of Highland #7F965C
RGB
CMYK
RGB Variations
Color information
#7F965C (or 0x7F965C) is known color: Highland. HEX triplet: 7F, 96 and 5C. RGB value is (127,150,92). Sum of RGB (Red+Green+Blue) = 127+150+92=369 (48% of max value = 765). Red value is 127 (50% from 255 or 34.42% from 369); Green value is 150 (58.98% from 255 or 40.65% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 150 - color contains mainly: green. Hex color #7F965C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F965C is #8069A3. Grayscale: #888888. Windows color (decimal): -8415652 or 6067839. OLE color: 6067839.
HSL color Cylindrical-coordinate representation of color #7F965C: hue angle of 83.79º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7F965C is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 127 | 150 | 92 | - |
| CMYK | 0.15 | 0 | 0.39 | 0.41 |
| HSL | 83.79º | 0.24% | 0.47% | - |
| HSV(B) | 83.79º | 0.39% | 0.59% | - |
| XYZ | 21.59 | 27.1 | 14.22 | - |
| YUV | 136.51 | 102.88 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 150 | 92 | 0.15 | 0 | 0.39 | 0.41 | 83.79 | 0.24 | 0.47 |
| Hex | 7F | 96 | 5C | F | 0 | 27 | 29 | 54 | 18 | 2F |
| Octal | 177 | 226 | 134 | 17 | 0 | 47 | 51 | 124 | 30 | 57 |
| Binary | 1111111 | 10010110 | 1011100 | 1111 | 0 | 100111 | 101001 | 1010100 | 11000 | 101111 |
Color Harmonies of #7F965C
Complementary color
Monochromatic Colors of #7F965C
Black with #7F965C
Text Example
Text Example
White with #7F965C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F965C; }
p { color: rgb(127,150,92); }
H1.HeaderClassName
{
color: #7F965C;
}
.AnyTagClassName
{
color: #7F965C;
}
</style>
background-color css
<style>
a { background-color: #7F965C; }
a { background-color: rgb(127,150,92); }
div.DivClassName
{
background-color: #7F965C;
}
.BgClassName
{
background-color: #7F965C;
}
</style>
border-color css
<style>
span { border-color: #7F965C; }
span { border-color: rgb(127,150,92); }
td.TdClassName
{
border-color: #7F965C;
}
.TagClassName
{
border-color: #7F965C;
}
</style>