Shades of Highland #7C9468
Tints of Highland #7C9468
RGB
CMYK
RGB Variations
Color information
#7C9468 (or 0x7C9468) is known color: Highland. HEX triplet: 7C, 94 and 68. RGB value is (124,148,104). Sum of RGB (Red+Green+Blue) = 124+148+104=376 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.98% from 376); Green value is 148 (58.20% from 255 or 39.36% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 148 - color contains mainly: green. Hex color #7C9468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9468 is #836B97. Grayscale: #878787. Windows color (decimal): -8612760 or 6853756. OLE color: 6853756.
HSL color Cylindrical-coordinate representation of color #7C9468: hue angle of 92.73º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7C9468 is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 124 | 148 | 104 | - |
| CMYK | 0.16 | 0 | 0.30 | 0.42 |
| HSL | 92.73º | 0.17% | 0.49% | - |
| HSV(B) | 92.73º | 0.3% | 0.58% | - |
| XYZ | 21.4 | 26.46 | 17.08 | - |
| YUV | 135.81 | 110.05 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 148 | 104 | 0.16 | 0 | 0.30 | 0.42 | 92.73 | 0.17 | 0.49 |
| Hex | 7C | 94 | 68 | 10 | 0 | 1E | 2A | 5D | 11 | 31 |
| Octal | 174 | 224 | 150 | 20 | 0 | 36 | 52 | 135 | 21 | 61 |
| Binary | 1111100 | 10010100 | 1101000 | 10000 | 0 | 11110 | 101010 | 1011101 | 10001 | 110001 |
Color Harmonies of #7C9468
Complementary color
Monochromatic Colors of #7C9468
Black with #7C9468
Text Example
Text Example
White with #7C9468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9468; }
p { color: rgb(124,148,104); }
H1.HeaderClassName
{
color: #7C9468;
}
.AnyTagClassName
{
color: #7C9468;
}
</style>
background-color css
<style>
a { background-color: #7C9468; }
a { background-color: rgb(124,148,104); }
div.DivClassName
{
background-color: #7C9468;
}
.BgClassName
{
background-color: #7C9468;
}
</style>
border-color css
<style>
span { border-color: #7C9468; }
span { border-color: rgb(124,148,104); }
td.TdClassName
{
border-color: #7C9468;
}
.TagClassName
{
border-color: #7C9468;
}
</style>