Shades of Highland #7B9464
Tints of Highland #7B9464
RGB
CMYK
RGB Variations
Color information
#7B9464 (or 0x7B9464) is known color: Highland. HEX triplet: 7B, 94 and 64. RGB value is (123,148,100). Sum of RGB (Red+Green+Blue) = 123+148+100=371 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.15% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 148 - color contains mainly: green. Hex color #7B9464 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B9464 is #846B9B. Grayscale: #878787. Windows color (decimal): -8678300 or 6591611. OLE color: 6591611.
HSL color Cylindrical-coordinate representation of color #7B9464: hue angle of 91.25º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7B9464 is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 148 | 100 | - |
| CMYK | 0.17 | 0 | 0.32 | 0.42 |
| HSL | 91.25º | 0.19% | 0.49% | - |
| HSV(B) | 91.25º | 0.32% | 0.58% | - |
| XYZ | 21.06 | 26.31 | 16.03 | - |
| YUV | 135.05 | 108.22 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 148 | 100 | 0.17 | 0 | 0.32 | 0.42 | 91.25 | 0.19 | 0.49 |
| Hex | 7B | 94 | 64 | 11 | 0 | 20 | 2A | 5B | 13 | 31 |
| Octal | 173 | 224 | 144 | 21 | 0 | 40 | 52 | 133 | 23 | 61 |
| Binary | 1111011 | 10010100 | 1100100 | 10001 | 0 | 100000 | 101010 | 1011011 | 10011 | 110001 |
Color Harmonies of #7B9464
Complementary color
Monochromatic Colors of #7B9464
Black with #7B9464
Text Example
Text Example
White with #7B9464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9464; }
p { color: rgb(123,148,100); }
H1.HeaderClassName
{
color: #7B9464;
}
.AnyTagClassName
{
color: #7B9464;
}
</style>
background-color css
<style>
a { background-color: #7B9464; }
a { background-color: rgb(123,148,100); }
div.DivClassName
{
background-color: #7B9464;
}
.BgClassName
{
background-color: #7B9464;
}
</style>
border-color css
<style>
span { border-color: #7B9464; }
span { border-color: rgb(123,148,100); }
td.TdClassName
{
border-color: #7B9464;
}
.TagClassName
{
border-color: #7B9464;
}
</style>