Shades of Highland #7C9B61
Tints of Highland #7C9B61
RGB
CMYK
RGB Variations
Color information
#7C9B61 (or 0x7C9B61) is known color: Highland. HEX triplet: 7C, 9B and 61. RGB value is (124,155,97). Sum of RGB (Red+Green+Blue) = 124+155+97=376 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.98% from 376); Green value is 155 (60.94% from 255 or 41.22% from 376); Blue value is 97 (38.28% from 255 or 25.80% from 376); Max value from RGB is 155 - color contains mainly: green. Hex color #7C9B61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9B61 is #83649E. Grayscale: #8B8B8B. Windows color (decimal): -8610975 or 6396796. OLE color: 6396796.
HSL color Cylindrical-coordinate representation of color #7C9B61: hue angle of 92.07º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7C9B61 is Cyan = 0.2, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 155 | 97 | - |
| CMYK | 0.2 | 0 | 0.37 | 0.39 |
| HSL | 92.07º | 0.23% | 0.49% | - |
| HSV(B) | 92.07º | 0.37% | 0.61% | - |
| XYZ | 22.19 | 28.59 | 15.66 | - |
| YUV | 139.12 | 104.23 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 155 | 97 | 0.2 | 0 | 0.37 | 0.39 | 92.07 | 0.23 | 0.49 |
| Hex | 7C | 9B | 61 | 14 | 0 | 25 | 27 | 5C | 17 | 31 |
| Octal | 174 | 233 | 141 | 24 | 0 | 45 | 47 | 134 | 27 | 61 |
| Binary | 1111100 | 10011011 | 1100001 | 10100 | 0 | 100101 | 100111 | 1011100 | 10111 | 110001 |
Color Harmonies of #7C9B61
Complementary color
Monochromatic Colors of #7C9B61
Black with #7C9B61
Text Example
Text Example
White with #7C9B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9B61; }
p { color: rgb(124,155,97); }
H1.HeaderClassName
{
color: #7C9B61;
}
.AnyTagClassName
{
color: #7C9B61;
}
</style>
background-color css
<style>
a { background-color: #7C9B61; }
a { background-color: rgb(124,155,97); }
div.DivClassName
{
background-color: #7C9B61;
}
.BgClassName
{
background-color: #7C9B61;
}
</style>
border-color css
<style>
span { border-color: #7C9B61; }
span { border-color: rgb(124,155,97); }
td.TdClassName
{
border-color: #7C9B61;
}
.TagClassName
{
border-color: #7C9B61;
}
</style>