Shades of Highland #7B9255
Tints of Highland #7B9255
RGB
CMYK
RGB Variations
Color information
#7B9255 (or 0x7B9255) is known color: Highland. HEX triplet: 7B, 92 and 55. RGB value is (123,146,85). Sum of RGB (Red+Green+Blue) = 123+146+85=354 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.75% from 354); Green value is 146 (57.42% from 255 or 41.24% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 146 - color contains mainly: green. Hex color #7B9255 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B9255 is #846DAA. Grayscale: #848484. Windows color (decimal): -8678827 or 5608059. OLE color: 5608059.
HSL color Cylindrical-coordinate representation of color #7B9255: hue angle of 82.62º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7B9255 is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 123 | 146 | 85 | - |
| CMYK | 0.16 | 0 | 0.42 | 0.43 |
| HSL | 82.62º | 0.26% | 0.45% | - |
| HSV(B) | 82.62º | 0.42% | 0.57% | - |
| XYZ | 20.09 | 25.42 | 12.44 | - |
| YUV | 132.17 | 101.38 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 146 | 85 | 0.16 | 0 | 0.42 | 0.43 | 82.62 | 0.26 | 0.45 |
| Hex | 7B | 92 | 55 | 10 | 0 | 2A | 2B | 53 | 1A | 2D |
| Octal | 173 | 222 | 125 | 20 | 0 | 52 | 53 | 123 | 32 | 55 |
| Binary | 1111011 | 10010010 | 1010101 | 10000 | 0 | 101010 | 101011 | 1010011 | 11010 | 101101 |
Color Harmonies of #7B9255
Complementary color
Monochromatic Colors of #7B9255
Black with #7B9255
Text Example
Text Example
White with #7B9255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9255; }
p { color: rgb(123,146,85); }
H1.HeaderClassName
{
color: #7B9255;
}
.AnyTagClassName
{
color: #7B9255;
}
</style>
background-color css
<style>
a { background-color: #7B9255; }
a { background-color: rgb(123,146,85); }
div.DivClassName
{
background-color: #7B9255;
}
.BgClassName
{
background-color: #7B9255;
}
</style>
border-color css
<style>
span { border-color: #7B9255; }
span { border-color: rgb(123,146,85); }
td.TdClassName
{
border-color: #7B9255;
}
.TagClassName
{
border-color: #7B9255;
}
</style>