Shades of Highland #7B946A
Tints of Highland #7B946A
RGB
CMYK
RGB Variations
Color information
#7B946A (or 0x7B946A) is known color: Highland. HEX triplet: 7B, 94 and 6A. RGB value is (123,148,106). Sum of RGB (Red+Green+Blue) = 123+148+106=377 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.63% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 148 - color contains mainly: green. Hex color #7B946A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B946A is #846B95. Grayscale: #878787. Windows color (decimal): -8678294 or 6984827. OLE color: 6984827.
HSL color Cylindrical-coordinate representation of color #7B946A: hue angle of 95.71º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7B946A is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 148 | 106 | - |
| CMYK | 0.17 | 0 | 0.28 | 0.42 |
| HSL | 95.71º | 0.17% | 0.5% | - |
| HSV(B) | 95.71º | 0.28% | 0.58% | - |
| XYZ | 21.36 | 26.43 | 17.61 | - |
| YUV | 135.74 | 111.22 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 148 | 106 | 0.17 | 0 | 0.28 | 0.42 | 95.71 | 0.17 | 0.5 |
| Hex | 7B | 94 | 6A | 11 | 0 | 1C | 2A | 60 | 11 | 32 |
| Octal | 173 | 224 | 152 | 21 | 0 | 34 | 52 | 140 | 21 | 62 |
| Binary | 1111011 | 10010100 | 1101010 | 10001 | 0 | 11100 | 101010 | 1100000 | 10001 | 110010 |
Color Harmonies of #7B946A
Complementary color
Monochromatic Colors of #7B946A
Black with #7B946A
Text Example
Text Example
White with #7B946A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B946A; }
p { color: rgb(123,148,106); }
H1.HeaderClassName
{
color: #7B946A;
}
.AnyTagClassName
{
color: #7B946A;
}
</style>
background-color css
<style>
a { background-color: #7B946A; }
a { background-color: rgb(123,148,106); }
div.DivClassName
{
background-color: #7B946A;
}
.BgClassName
{
background-color: #7B946A;
}
</style>
border-color css
<style>
span { border-color: #7B946A; }
span { border-color: rgb(123,148,106); }
td.TdClassName
{
border-color: #7B946A;
}
.TagClassName
{
border-color: #7B946A;
}
</style>