Shades of Highland #7C9466
Tints of Highland #7C9466
RGB
CMYK
RGB Variations
Color information
#7C9466 (or 0x7C9466) is known color: Highland. HEX triplet: 7C, 94 and 66. RGB value is (124,148,102). Sum of RGB (Red+Green+Blue) = 124+148+102=374 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.16% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 102 (40.23% from 255 or 27.27% from 374); Max value from RGB is 148 - color contains mainly: green. Hex color #7C9466 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9466 is #836B99. Grayscale: #878787. Windows color (decimal): -8612762 or 6722684. OLE color: 6722684.
HSL color Cylindrical-coordinate representation of color #7C9466: hue angle of 91.3º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7C9466 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 124 | 148 | 102 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.42 |
| HSL | 91.3º | 0.18% | 0.49% | - |
| HSV(B) | 91.3º | 0.31% | 0.58% | - |
| XYZ | 21.3 | 26.42 | 16.55 | - |
| YUV | 135.58 | 109.05 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 148 | 102 | 0.16 | 0 | 0.31 | 0.42 | 91.3 | 0.18 | 0.49 |
| Hex | 7C | 94 | 66 | 10 | 0 | 1F | 2A | 5B | 12 | 31 |
| Octal | 174 | 224 | 146 | 20 | 0 | 37 | 52 | 133 | 22 | 61 |
| Binary | 1111100 | 10010100 | 1100110 | 10000 | 0 | 11111 | 101010 | 1011011 | 10010 | 110001 |
Color Harmonies of #7C9466
Complementary color
Monochromatic Colors of #7C9466
Black with #7C9466
Text Example
Text Example
White with #7C9466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9466; }
p { color: rgb(124,148,102); }
H1.HeaderClassName
{
color: #7C9466;
}
.AnyTagClassName
{
color: #7C9466;
}
</style>
background-color css
<style>
a { background-color: #7C9466; }
a { background-color: rgb(124,148,102); }
div.DivClassName
{
background-color: #7C9466;
}
.BgClassName
{
background-color: #7C9466;
}
</style>
border-color css
<style>
span { border-color: #7C9466; }
span { border-color: rgb(124,148,102); }
td.TdClassName
{
border-color: #7C9466;
}
.TagClassName
{
border-color: #7C9466;
}
</style>