Shades of Highland #7D946B
Tints of Highland #7D946B
RGB
CMYK
RGB Variations
Color information
#7D946B (or 0x7D946B) is known color: Highland. HEX triplet: 7D, 94 and 6B. RGB value is (125,148,107). Sum of RGB (Red+Green+Blue) = 125+148+107=380 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.89% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 107 (42.19% from 255 or 28.16% from 380); Max value from RGB is 148 - color contains mainly: green. Hex color #7D946B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D946B is #826B94. Grayscale: #888888. Windows color (decimal): -8547221 or 7050365. OLE color: 7050365.
HSL color Cylindrical-coordinate representation of color #7D946B: hue angle of 93.66º degrees, saturation: 0.16, 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 #7D946B is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 148 | 107 | - |
| CMYK | 0.16 | 0 | 0.28 | 0.42 |
| HSL | 93.66º | 0.16% | 0.5% | - |
| HSV(B) | 93.66º | 0.28% | 0.58% | - |
| XYZ | 21.7 | 26.6 | 17.9 | - |
| YUV | 136.45 | 111.38 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 148 | 107 | 0.16 | 0 | 0.28 | 0.42 | 93.66 | 0.16 | 0.5 |
| Hex | 7D | 94 | 6B | 10 | 0 | 1C | 2A | 5E | 10 | 32 |
| Octal | 175 | 224 | 153 | 20 | 0 | 34 | 52 | 136 | 20 | 62 |
| Binary | 1111101 | 10010100 | 1101011 | 10000 | 0 | 11100 | 101010 | 1011110 | 10000 | 110010 |
Color Harmonies of #7D946B
Complementary color
Monochromatic Colors of #7D946B
Black with #7D946B
Text Example
Text Example
White with #7D946B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D946B; }
p { color: rgb(125,148,107); }
H1.HeaderClassName
{
color: #7D946B;
}
.AnyTagClassName
{
color: #7D946B;
}
</style>
background-color css
<style>
a { background-color: #7D946B; }
a { background-color: rgb(125,148,107); }
div.DivClassName
{
background-color: #7D946B;
}
.BgClassName
{
background-color: #7D946B;
}
</style>
border-color css
<style>
span { border-color: #7D946B; }
span { border-color: rgb(125,148,107); }
td.TdClassName
{
border-color: #7D946B;
}
.TagClassName
{
border-color: #7D946B;
}
</style>