Shades of Highland #7B9A63
Tints of Highland #7B9A63
RGB
CMYK
RGB Variations
Color information
#7B9A63 (or 0x7B9A63) is known color: Highland. HEX triplet: 7B, 9A and 63. RGB value is (123,154,99). Sum of RGB (Red+Green+Blue) = 123+154+99=376 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.71% from 376); Green value is 154 (60.55% from 255 or 40.96% from 376); Blue value is 99 (39.06% from 255 or 26.33% from 376); Max value from RGB is 154 - color contains mainly: green. Hex color #7B9A63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B9A63 is #84659C. Grayscale: #8A8A8A. Windows color (decimal): -8676765 or 6527611. OLE color: 6527611.
HSL color Cylindrical-coordinate representation of color #7B9A63: hue angle of 93.82º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7B9A63 is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 123 | 154 | 99 | - |
| CMYK | 0.20 | 0 | 0.36 | 0.40 |
| HSL | 93.82º | 0.22% | 0.5% | - |
| HSV(B) | 93.82º | 0.36% | 0.6% | - |
| XYZ | 21.98 | 28.22 | 16.09 | - |
| YUV | 138.46 | 105.73 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 154 | 99 | 0.20 | 0 | 0.36 | 0.40 | 93.82 | 0.22 | 0.5 |
| Hex | 7B | 9A | 63 | 14 | 0 | 24 | 28 | 5E | 16 | 32 |
| Octal | 173 | 232 | 143 | 24 | 0 | 44 | 50 | 136 | 26 | 62 |
| Binary | 1111011 | 10011010 | 1100011 | 10100 | 0 | 100100 | 101000 | 1011110 | 10110 | 110010 |
Color Harmonies of #7B9A63
Complementary color
Monochromatic Colors of #7B9A63
Black with #7B9A63
Text Example
Text Example
White with #7B9A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9A63; }
p { color: rgb(123,154,99); }
H1.HeaderClassName
{
color: #7B9A63;
}
.AnyTagClassName
{
color: #7B9A63;
}
</style>
background-color css
<style>
a { background-color: #7B9A63; }
a { background-color: rgb(123,154,99); }
div.DivClassName
{
background-color: #7B9A63;
}
.BgClassName
{
background-color: #7B9A63;
}
</style>
border-color css
<style>
span { border-color: #7B9A63; }
span { border-color: rgb(123,154,99); }
td.TdClassName
{
border-color: #7B9A63;
}
.TagClassName
{
border-color: #7B9A63;
}
</style>