Shades of Highland #7C9266
Tints of Highland #7C9266
RGB
CMYK
RGB Variations
Color information
#7C9266 (or 0x7C9266) is known color: Highland. HEX triplet: 7C, 92 and 66. RGB value is (124,146,102). Sum of RGB (Red+Green+Blue) = 124+146+102=372 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.33% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 102 (40.23% from 255 or 27.42% from 372); Max value from RGB is 146 - color contains mainly: green. Hex color #7C9266 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9266 is #836D99. Grayscale: #868686. Windows color (decimal): -8613274 or 6722172. OLE color: 6722172.
HSL color Cylindrical-coordinate representation of color #7C9266: hue angle of 90º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7C9266 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 124 | 146 | 102 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.43 |
| HSL | 90º | 0.18% | 0.49% | - |
| HSV(B) | 90º | 0.3% | 0.57% | - |
| XYZ | 20.99 | 25.8 | 16.44 | - |
| YUV | 134.41 | 109.71 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 146 | 102 | 0.15 | 0 | 0.30 | 0.43 | 90 | 0.18 | 0.49 |
| Hex | 7C | 92 | 66 | F | 0 | 1E | 2B | 5A | 12 | 31 |
| Octal | 174 | 222 | 146 | 17 | 0 | 36 | 53 | 132 | 22 | 61 |
| Binary | 1111100 | 10010010 | 1100110 | 1111 | 0 | 11110 | 101011 | 1011010 | 10010 | 110001 |
Color Harmonies of #7C9266
Complementary color
Monochromatic Colors of #7C9266
Black with #7C9266
Text Example
Text Example
White with #7C9266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9266; }
p { color: rgb(124,146,102); }
H1.HeaderClassName
{
color: #7C9266;
}
.AnyTagClassName
{
color: #7C9266;
}
</style>
background-color css
<style>
a { background-color: #7C9266; }
a { background-color: rgb(124,146,102); }
div.DivClassName
{
background-color: #7C9266;
}
.BgClassName
{
background-color: #7C9266;
}
</style>
border-color css
<style>
span { border-color: #7C9266; }
span { border-color: rgb(124,146,102); }
td.TdClassName
{
border-color: #7C9266;
}
.TagClassName
{
border-color: #7C9266;
}
</style>