Shades of Highland #7F956A
Tints of Highland #7F956A
RGB
CMYK
RGB Variations
Color information
#7F956A (or 0x7F956A) is known color: Highland. HEX triplet: 7F, 95 and 6A. RGB value is (127,149,106). Sum of RGB (Red+Green+Blue) = 127+149+106=382 (50% of max value = 765). Red value is 127 (50% from 255 or 33.25% from 382); Green value is 149 (58.59% from 255 or 39.01% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 149 - color contains mainly: green. Hex color #7F956A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F956A is #806A95. Grayscale: #898989. Windows color (decimal): -8415894 or 6985087. OLE color: 6985087.
HSL color Cylindrical-coordinate representation of color #7F956A: hue angle of 90.7º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7F956A is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 149 | 106 | - |
| CMYK | 0.15 | 0 | 0.29 | 0.42 |
| HSL | 90.7º | 0.17% | 0.5% | - |
| HSV(B) | 90.7º | 0.29% | 0.58% | - |
| XYZ | 22.1 | 27.05 | 17.69 | - |
| YUV | 137.52 | 110.21 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 149 | 106 | 0.15 | 0 | 0.29 | 0.42 | 90.7 | 0.17 | 0.5 |
| Hex | 7F | 95 | 6A | F | 0 | 1D | 2A | 5B | 11 | 32 |
| Octal | 177 | 225 | 152 | 17 | 0 | 35 | 52 | 133 | 21 | 62 |
| Binary | 1111111 | 10010101 | 1101010 | 1111 | 0 | 11101 | 101010 | 1011011 | 10001 | 110010 |
Color Harmonies of #7F956A
Complementary color
Monochromatic Colors of #7F956A
Black with #7F956A
Text Example
Text Example
White with #7F956A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F956A; }
p { color: rgb(127,149,106); }
H1.HeaderClassName
{
color: #7F956A;
}
.AnyTagClassName
{
color: #7F956A;
}
</style>
background-color css
<style>
a { background-color: #7F956A; }
a { background-color: rgb(127,149,106); }
div.DivClassName
{
background-color: #7F956A;
}
.BgClassName
{
background-color: #7F956A;
}
</style>
border-color css
<style>
span { border-color: #7F956A; }
span { border-color: rgb(127,149,106); }
td.TdClassName
{
border-color: #7F956A;
}
.TagClassName
{
border-color: #7F956A;
}
</style>