Shades of Highland #7B9759
Tints of Highland #7B9759
RGB
CMYK
RGB Variations
Color information
#7B9759 (or 0x7B9759) is known color: Highland. HEX triplet: 7B, 97 and 59. RGB value is (123,151,89). Sum of RGB (Red+Green+Blue) = 123+151+89=363 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.88% from 363); Green value is 151 (59.38% from 255 or 41.60% from 363); Blue value is 89 (35.16% from 255 or 24.52% from 363); Max value from RGB is 151 - color contains mainly: green. Hex color #7B9759 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B9759 is #8468A6. Grayscale: #878787. Windows color (decimal): -8677543 or 5871483. OLE color: 5871483.
HSL color Cylindrical-coordinate representation of color #7B9759: hue angle of 87.1º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7B9759 is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 123 | 151 | 89 | - |
| CMYK | 0.19 | 0 | 0.41 | 0.41 |
| HSL | 87.1º | 0.26% | 0.47% | - |
| HSV(B) | 87.1º | 0.41% | 0.59% | - |
| XYZ | 21.04 | 27.07 | 13.57 | - |
| YUV | 135.56 | 101.72 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 151 | 89 | 0.19 | 0 | 0.41 | 0.41 | 87.1 | 0.26 | 0.47 |
| Hex | 7B | 97 | 59 | 13 | 0 | 29 | 29 | 57 | 1A | 2F |
| Octal | 173 | 227 | 131 | 23 | 0 | 51 | 51 | 127 | 32 | 57 |
| Binary | 1111011 | 10010111 | 1011001 | 10011 | 0 | 101001 | 101001 | 1010111 | 11010 | 101111 |
Color Harmonies of #7B9759
Complementary color
Monochromatic Colors of #7B9759
Black with #7B9759
Text Example
Text Example
White with #7B9759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9759; }
p { color: rgb(123,151,89); }
H1.HeaderClassName
{
color: #7B9759;
}
.AnyTagClassName
{
color: #7B9759;
}
</style>
background-color css
<style>
a { background-color: #7B9759; }
a { background-color: rgb(123,151,89); }
div.DivClassName
{
background-color: #7B9759;
}
.BgClassName
{
background-color: #7B9759;
}
</style>
border-color css
<style>
span { border-color: #7B9759; }
span { border-color: rgb(123,151,89); }
td.TdClassName
{
border-color: #7B9759;
}
.TagClassName
{
border-color: #7B9759;
}
</style>