Shades of Highland #7B985B
Tints of Highland #7B985B
RGB
CMYK
RGB Variations
Color information
#7B985B (or 0x7B985B) is known color: Highland. HEX triplet: 7B, 98 and 5B. RGB value is (123,152,91). Sum of RGB (Red+Green+Blue) = 123+152+91=366 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.61% from 366); Green value is 152 (59.77% from 255 or 41.53% from 366); Blue value is 91 (35.94% from 255 or 24.86% from 366); Max value from RGB is 152 - color contains mainly: green. Hex color #7B985B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B985B is #8467A4. Grayscale: #888888. Windows color (decimal): -8677285 or 6002811. OLE color: 6002811.
HSL color Cylindrical-coordinate representation of color #7B985B: hue angle of 88.52º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7B985B is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 123 | 152 | 91 | - |
| CMYK | 0.19 | 0 | 0.40 | 0.40 |
| HSL | 88.52º | 0.25% | 0.48% | - |
| HSV(B) | 88.52º | 0.4% | 0.6% | - |
| XYZ | 21.28 | 27.42 | 14.07 | - |
| YUV | 136.38 | 102.39 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 152 | 91 | 0.19 | 0 | 0.40 | 0.40 | 88.52 | 0.25 | 0.48 |
| Hex | 7B | 98 | 5B | 13 | 0 | 28 | 28 | 59 | 19 | 30 |
| Octal | 173 | 230 | 133 | 23 | 0 | 50 | 50 | 131 | 31 | 60 |
| Binary | 1111011 | 10011000 | 1011011 | 10011 | 0 | 101000 | 101000 | 1011001 | 11001 | 110000 |
Color Harmonies of #7B985B
Complementary color
Monochromatic Colors of #7B985B
Black with #7B985B
Text Example
Text Example
White with #7B985B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B985B; }
p { color: rgb(123,152,91); }
H1.HeaderClassName
{
color: #7B985B;
}
.AnyTagClassName
{
color: #7B985B;
}
</style>
background-color css
<style>
a { background-color: #7B985B; }
a { background-color: rgb(123,152,91); }
div.DivClassName
{
background-color: #7B985B;
}
.BgClassName
{
background-color: #7B985B;
}
</style>
border-color css
<style>
span { border-color: #7B985B; }
span { border-color: rgb(123,152,91); }
td.TdClassName
{
border-color: #7B985B;
}
.TagClassName
{
border-color: #7B985B;
}
</style>