Shades of Highland #7D934D
Tints of Highland #7D934D
RGB
CMYK
RGB Variations
Color information
#7D934D (or 0x7D934D) is known color: Highland. HEX triplet: 7D, 93 and 4D. RGB value is (125,147,77). Sum of RGB (Red+Green+Blue) = 125+147+77=349 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.82% from 349); Green value is 147 (57.81% from 255 or 42.12% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 147 - color contains mainly: green. Hex color #7D934D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D934D is #826CB2. Grayscale: #848484. Windows color (decimal): -8547507 or 5084029. OLE color: 5084029.
HSL color Cylindrical-coordinate representation of color #7D934D: hue angle of 78.86º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D934D is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 147 | 77 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.42 |
| HSL | 78.86º | 0.31% | 0.44% | - |
| HSV(B) | 78.86º | 0.48% | 0.58% | - |
| XYZ | 20.23 | 25.76 | 10.93 | - |
| YUV | 132.44 | 96.71 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 147 | 77 | 0.15 | 0 | 0.48 | 0.42 | 78.86 | 0.31 | 0.44 |
| Hex | 7D | 93 | 4D | F | 0 | 30 | 2A | 4F | 1F | 2C |
| Octal | 175 | 223 | 115 | 17 | 0 | 60 | 52 | 117 | 37 | 54 |
| Binary | 1111101 | 10010011 | 1001101 | 1111 | 0 | 110000 | 101010 | 1001111 | 11111 | 101100 |
Color Harmonies of #7D934D
Complementary color
Monochromatic Colors of #7D934D
Black with #7D934D
Text Example
Text Example
White with #7D934D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D934D; }
p { color: rgb(125,147,77); }
H1.HeaderClassName
{
color: #7D934D;
}
.AnyTagClassName
{
color: #7D934D;
}
</style>
background-color css
<style>
a { background-color: #7D934D; }
a { background-color: rgb(125,147,77); }
div.DivClassName
{
background-color: #7D934D;
}
.BgClassName
{
background-color: #7D934D;
}
</style>
border-color css
<style>
span { border-color: #7D934D; }
span { border-color: rgb(125,147,77); }
td.TdClassName
{
border-color: #7D934D;
}
.TagClassName
{
border-color: #7D934D;
}
</style>