Shades of Highland #7E925F
Tints of Highland #7E925F
RGB
CMYK
RGB Variations
Color information
#7E925F (or 0x7E925F) is known color: Highland. HEX triplet: 7E, 92 and 5F. RGB value is (126,146,95). Sum of RGB (Red+Green+Blue) = 126+146+95=367 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.33% from 367); Green value is 146 (57.42% from 255 or 39.78% from 367); Blue value is 95 (37.5% from 255 or 25.89% from 367); Max value from RGB is 146 - color contains mainly: green. Hex color #7E925F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E925F is #816DA0. Grayscale: #868686. Windows color (decimal): -8482209 or 6263422. OLE color: 6263422.
HSL color Cylindrical-coordinate representation of color #7E925F: hue angle of 83.53º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7E925F is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 126 | 146 | 95 | - |
| CMYK | 0.14 | 0 | 0.35 | 0.43 |
| HSL | 83.53º | 0.21% | 0.47% | - |
| HSV(B) | 83.53º | 0.35% | 0.57% | - |
| XYZ | 20.95 | 25.82 | 14.71 | - |
| YUV | 134.21 | 105.87 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 146 | 95 | 0.14 | 0 | 0.35 | 0.43 | 83.53 | 0.21 | 0.47 |
| Hex | 7E | 92 | 5F | E | 0 | 23 | 2B | 54 | 15 | 2F |
| Octal | 176 | 222 | 137 | 16 | 0 | 43 | 53 | 124 | 25 | 57 |
| Binary | 1111110 | 10010010 | 1011111 | 1110 | 0 | 100011 | 101011 | 1010100 | 10101 | 101111 |
Color Harmonies of #7E925F
Complementary color
Monochromatic Colors of #7E925F
Black with #7E925F
Text Example
Text Example
White with #7E925F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E925F; }
p { color: rgb(126,146,95); }
H1.HeaderClassName
{
color: #7E925F;
}
.AnyTagClassName
{
color: #7E925F;
}
</style>
background-color css
<style>
a { background-color: #7E925F; }
a { background-color: rgb(126,146,95); }
div.DivClassName
{
background-color: #7E925F;
}
.BgClassName
{
background-color: #7E925F;
}
</style>
border-color css
<style>
span { border-color: #7E925F; }
span { border-color: rgb(126,146,95); }
td.TdClassName
{
border-color: #7E925F;
}
.TagClassName
{
border-color: #7E925F;
}
</style>