Shades of Highland #7B9258
Tints of Highland #7B9258
RGB
CMYK
RGB Variations
Color information
#7B9258 (or 0x7B9258) is known color: Highland. HEX triplet: 7B, 92 and 58. RGB value is (123,146,88). Sum of RGB (Red+Green+Blue) = 123+146+88=357 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.45% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 88 (34.77% from 255 or 24.65% from 357); Max value from RGB is 146 - color contains mainly: green. Hex color #7B9258 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B9258 is #846DA7. Grayscale: #848484. Windows color (decimal): -8678824 or 5804667. OLE color: 5804667.
HSL color Cylindrical-coordinate representation of color #7B9258: hue angle of 83.79º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7B9258 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 123 | 146 | 88 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.43 |
| HSL | 83.79º | 0.25% | 0.46% | - |
| HSV(B) | 83.79º | 0.4% | 0.57% | - |
| XYZ | 20.21 | 25.47 | 13.08 | - |
| YUV | 132.51 | 102.88 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 146 | 88 | 0.16 | 0 | 0.40 | 0.43 | 83.79 | 0.25 | 0.46 |
| Hex | 7B | 92 | 58 | 10 | 0 | 28 | 2B | 54 | 19 | 2E |
| Octal | 173 | 222 | 130 | 20 | 0 | 50 | 53 | 124 | 31 | 56 |
| Binary | 1111011 | 10010010 | 1011000 | 10000 | 0 | 101000 | 101011 | 1010100 | 11001 | 101110 |
Color Harmonies of #7B9258
Complementary color
Monochromatic Colors of #7B9258
Black with #7B9258
Text Example
Text Example
White with #7B9258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9258; }
p { color: rgb(123,146,88); }
H1.HeaderClassName
{
color: #7B9258;
}
.AnyTagClassName
{
color: #7B9258;
}
</style>
background-color css
<style>
a { background-color: #7B9258; }
a { background-color: rgb(123,146,88); }
div.DivClassName
{
background-color: #7B9258;
}
.BgClassName
{
background-color: #7B9258;
}
</style>
border-color css
<style>
span { border-color: #7B9258; }
span { border-color: rgb(123,146,88); }
td.TdClassName
{
border-color: #7B9258;
}
.TagClassName
{
border-color: #7B9258;
}
</style>