Shades of Highland #7C975B
Tints of Highland #7C975B
RGB
CMYK
RGB Variations
Color information
#7C975B (or 0x7C975B) is known color: Highland. HEX triplet: 7C, 97 and 5B. RGB value is (124,151,91). Sum of RGB (Red+Green+Blue) = 124+151+91=366 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.88% from 366); Green value is 151 (59.38% from 255 or 41.26% from 366); Blue value is 91 (35.94% from 255 or 24.86% from 366); Max value from RGB is 151 - color contains mainly: green. Hex color #7C975B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C975B is #8368A4. Grayscale: #888888. Windows color (decimal): -8612005 or 6002556. OLE color: 6002556.
HSL color Cylindrical-coordinate representation of color #7C975B: hue angle of 87º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C975B is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 124 | 151 | 91 | - |
| CMYK | 0.18 | 0 | 0.40 | 0.41 |
| HSL | 87º | 0.25% | 0.47% | - |
| HSV(B) | 87º | 0.4% | 0.59% | - |
| XYZ | 21.27 | 27.17 | 14.02 | - |
| YUV | 136.09 | 102.55 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 151 | 91 | 0.18 | 0 | 0.40 | 0.41 | 87 | 0.25 | 0.47 |
| Hex | 7C | 97 | 5B | 12 | 0 | 28 | 29 | 57 | 19 | 2F |
| Octal | 174 | 227 | 133 | 22 | 0 | 50 | 51 | 127 | 31 | 57 |
| Binary | 1111100 | 10010111 | 1011011 | 10010 | 0 | 101000 | 101001 | 1010111 | 11001 | 101111 |
Color Harmonies of #7C975B
Complementary color
Monochromatic Colors of #7C975B
Black with #7C975B
Text Example
Text Example
White with #7C975B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C975B; }
p { color: rgb(124,151,91); }
H1.HeaderClassName
{
color: #7C975B;
}
.AnyTagClassName
{
color: #7C975B;
}
</style>
background-color css
<style>
a { background-color: #7C975B; }
a { background-color: rgb(124,151,91); }
div.DivClassName
{
background-color: #7C975B;
}
.BgClassName
{
background-color: #7C975B;
}
</style>
border-color css
<style>
span { border-color: #7C975B; }
span { border-color: rgb(124,151,91); }
td.TdClassName
{
border-color: #7C975B;
}
.TagClassName
{
border-color: #7C975B;
}
</style>