Shades of Highland #7B8960
Tints of Highland #7B8960
RGB
CMYK
RGB Variations
Color information
#7B8960 (or 0x7B8960) is known color: Highland. HEX triplet: 7B, 89 and 60. RGB value is (123,137,96). Sum of RGB (Red+Green+Blue) = 123+137+96=356 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.55% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 137 - color contains mainly: green. Hex color #7B8960 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B8960 is #84769F. Grayscale: #808080. Windows color (decimal): -8681120 or 6326651. OLE color: 6326651.
HSL color Cylindrical-coordinate representation of color #7B8960: hue angle of 80.49º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7B8960 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 123 | 137 | 96 | - |
| CMYK | 0.10 | 0 | 0.30 | 0.46 |
| HSL | 80.49º | 0.18% | 0.46% | - |
| HSV(B) | 80.49º | 0.3% | 0.54% | - |
| XYZ | 19.23 | 22.95 | 14.48 | - |
| YUV | 128.14 | 109.86 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 137 | 96 | 0.10 | 0 | 0.30 | 0.46 | 80.49 | 0.18 | 0.46 |
| Hex | 7B | 89 | 60 | A | 0 | 1E | 2E | 50 | 12 | 2E |
| Octal | 173 | 211 | 140 | 12 | 0 | 36 | 56 | 120 | 22 | 56 |
| Binary | 1111011 | 10001001 | 1100000 | 1010 | 0 | 11110 | 101110 | 1010000 | 10010 | 101110 |
Color Harmonies of #7B8960
Complementary color
Monochromatic Colors of #7B8960
Black with #7B8960
Text Example
Text Example
White with #7B8960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8960; }
p { color: rgb(123,137,96); }
H1.HeaderClassName
{
color: #7B8960;
}
.AnyTagClassName
{
color: #7B8960;
}
</style>
background-color css
<style>
a { background-color: #7B8960; }
a { background-color: rgb(123,137,96); }
div.DivClassName
{
background-color: #7B8960;
}
.BgClassName
{
background-color: #7B8960;
}
</style>
border-color css
<style>
span { border-color: #7B8960; }
span { border-color: rgb(123,137,96); }
td.TdClassName
{
border-color: #7B8960;
}
.TagClassName
{
border-color: #7B8960;
}
</style>