Shades of Highland #7F8B61
Tints of Highland #7F8B61
RGB
CMYK
RGB Variations
Color information
#7F8B61 (or 0x7F8B61) is known color: Highland. HEX triplet: 7F, 8B and 61. RGB value is (127,139,97). Sum of RGB (Red+Green+Blue) = 127+139+97=363 (48% of max value = 765). Red value is 127 (50% from 255 or 34.99% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 97 (38.28% from 255 or 26.72% from 363); Max value from RGB is 139 - color contains mainly: green. Hex color #7F8B61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8B61 is #80749E. Grayscale: #828282. Windows color (decimal): -8418463 or 6392703. OLE color: 6392703.
HSL color Cylindrical-coordinate representation of color #7F8B61: hue angle of 77.14º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7F8B61 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 127 | 139 | 97 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.45 |
| HSL | 77.14º | 0.18% | 0.46% | - |
| HSV(B) | 77.14º | 0.3% | 0.55% | - |
| XYZ | 20.14 | 23.84 | 14.85 | - |
| YUV | 130.62 | 109.02 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 139 | 97 | 0.09 | 0 | 0.30 | 0.45 | 77.14 | 0.18 | 0.46 |
| Hex | 7F | 8B | 61 | 9 | 0 | 1E | 2D | 4D | 12 | 2E |
| Octal | 177 | 213 | 141 | 11 | 0 | 36 | 55 | 115 | 22 | 56 |
| Binary | 1111111 | 10001011 | 1100001 | 1001 | 0 | 11110 | 101101 | 1001101 | 10010 | 101110 |
Color Harmonies of #7F8B61
Complementary color
Monochromatic Colors of #7F8B61
Black with #7F8B61
Text Example
Text Example
White with #7F8B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8B61; }
p { color: rgb(127,139,97); }
H1.HeaderClassName
{
color: #7F8B61;
}
.AnyTagClassName
{
color: #7F8B61;
}
</style>
background-color css
<style>
a { background-color: #7F8B61; }
a { background-color: rgb(127,139,97); }
div.DivClassName
{
background-color: #7F8B61;
}
.BgClassName
{
background-color: #7F8B61;
}
</style>
border-color css
<style>
span { border-color: #7F8B61; }
span { border-color: rgb(127,139,97); }
td.TdClassName
{
border-color: #7F8B61;
}
.TagClassName
{
border-color: #7F8B61;
}
</style>