Shades of Highland #7D945B
Tints of Highland #7D945B
RGB
CMYK
RGB Variations
Color information
#7D945B (or 0x7D945B) is known color: Highland. HEX triplet: 7D, 94 and 5B. RGB value is (125,148,91). Sum of RGB (Red+Green+Blue) = 125+148+91=364 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.34% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 91 (35.94% from 255 or 25% from 364); Max value from RGB is 148 - color contains mainly: green. Hex color #7D945B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D945B is #826BA4. Grayscale: #868686. Windows color (decimal): -8547237 or 6001789. OLE color: 6001789.
HSL color Cylindrical-coordinate representation of color #7D945B: hue angle of 84.21º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7D945B is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 148 | 91 | - |
| CMYK | 0.16 | 0 | 0.39 | 0.42 |
| HSL | 84.21º | 0.24% | 0.47% | - |
| HSV(B) | 84.21º | 0.39% | 0.58% | - |
| XYZ | 20.94 | 26.3 | 13.87 | - |
| YUV | 134.63 | 103.38 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 148 | 91 | 0.16 | 0 | 0.39 | 0.42 | 84.21 | 0.24 | 0.47 |
| Hex | 7D | 94 | 5B | 10 | 0 | 27 | 2A | 54 | 18 | 2F |
| Octal | 175 | 224 | 133 | 20 | 0 | 47 | 52 | 124 | 30 | 57 |
| Binary | 1111101 | 10010100 | 1011011 | 10000 | 0 | 100111 | 101010 | 1010100 | 11000 | 101111 |
Color Harmonies of #7D945B
Complementary color
Monochromatic Colors of #7D945B
Black with #7D945B
Text Example
Text Example
White with #7D945B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D945B; }
p { color: rgb(125,148,91); }
H1.HeaderClassName
{
color: #7D945B;
}
.AnyTagClassName
{
color: #7D945B;
}
</style>
background-color css
<style>
a { background-color: #7D945B; }
a { background-color: rgb(125,148,91); }
div.DivClassName
{
background-color: #7D945B;
}
.BgClassName
{
background-color: #7D945B;
}
</style>
border-color css
<style>
span { border-color: #7D945B; }
span { border-color: rgb(125,148,91); }
td.TdClassName
{
border-color: #7D945B;
}
.TagClassName
{
border-color: #7D945B;
}
</style>