Shades of Highland #7B9569
Tints of Highland #7B9569
RGB
CMYK
RGB Variations
Color information
#7B9569 (or 0x7B9569) is known color: Highland. HEX triplet: 7B, 95 and 69. RGB value is (123,149,105). Sum of RGB (Red+Green+Blue) = 123+149+105=377 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.63% from 377); Green value is 149 (58.59% from 255 or 39.52% from 377); Blue value is 105 (41.41% from 255 or 27.85% from 377); Max value from RGB is 149 - color contains mainly: green. Hex color #7B9569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B9569 is #846A96. Grayscale: #888888. Windows color (decimal): -8678039 or 6919547. OLE color: 6919547.
HSL color Cylindrical-coordinate representation of color #7B9569: hue angle of 95.45º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7B9569 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 149 | 105 | - |
| CMYK | 0.17 | 0 | 0.30 | 0.42 |
| HSL | 95.45º | 0.17% | 0.5% | - |
| HSV(B) | 95.45º | 0.3% | 0.58% | - |
| XYZ | 21.47 | 26.73 | 17.39 | - |
| YUV | 136.21 | 110.39 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 149 | 105 | 0.17 | 0 | 0.30 | 0.42 | 95.45 | 0.17 | 0.5 |
| Hex | 7B | 95 | 69 | 11 | 0 | 1E | 2A | 5F | 11 | 32 |
| Octal | 173 | 225 | 151 | 21 | 0 | 36 | 52 | 137 | 21 | 62 |
| Binary | 1111011 | 10010101 | 1101001 | 10001 | 0 | 11110 | 101010 | 1011111 | 10001 | 110010 |
Color Harmonies of #7B9569
Complementary color
Monochromatic Colors of #7B9569
Black with #7B9569
Text Example
Text Example
White with #7B9569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9569; }
p { color: rgb(123,149,105); }
H1.HeaderClassName
{
color: #7B9569;
}
.AnyTagClassName
{
color: #7B9569;
}
</style>
background-color css
<style>
a { background-color: #7B9569; }
a { background-color: rgb(123,149,105); }
div.DivClassName
{
background-color: #7B9569;
}
.BgClassName
{
background-color: #7B9569;
}
</style>
border-color css
<style>
span { border-color: #7B9569; }
span { border-color: rgb(123,149,105); }
td.TdClassName
{
border-color: #7B9569;
}
.TagClassName
{
border-color: #7B9569;
}
</style>