Shades of Highland #7C9168
Tints of Highland #7C9168
RGB
CMYK
RGB Variations
Color information
#7C9168 (or 0x7C9168) is known color: Highland. HEX triplet: 7C, 91 and 68. RGB value is (124,145,104). Sum of RGB (Red+Green+Blue) = 124+145+104=373 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.24% from 373); Green value is 145 (57.03% from 255 or 38.87% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 145 - color contains mainly: green. Hex color #7C9168 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9168 is #836E97. Grayscale: #868686. Windows color (decimal): -8613528 or 6852988. OLE color: 6852988.
HSL color Cylindrical-coordinate representation of color #7C9168: hue angle of 90.73º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7C9168 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 124 | 145 | 104 | - |
| CMYK | 0.14 | 0 | 0.28 | 0.43 |
| HSL | 90.73º | 0.16% | 0.49% | - |
| HSV(B) | 90.73º | 0.28% | 0.57% | - |
| XYZ | 20.94 | 25.54 | 16.92 | - |
| YUV | 134.05 | 111.04 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 145 | 104 | 0.14 | 0 | 0.28 | 0.43 | 90.73 | 0.16 | 0.49 |
| Hex | 7C | 91 | 68 | E | 0 | 1C | 2B | 5B | 10 | 31 |
| Octal | 174 | 221 | 150 | 16 | 0 | 34 | 53 | 133 | 20 | 61 |
| Binary | 1111100 | 10010001 | 1101000 | 1110 | 0 | 11100 | 101011 | 1011011 | 10000 | 110001 |
Color Harmonies of #7C9168
Complementary color
Monochromatic Colors of #7C9168
Black with #7C9168
Text Example
Text Example
White with #7C9168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9168; }
p { color: rgb(124,145,104); }
H1.HeaderClassName
{
color: #7C9168;
}
.AnyTagClassName
{
color: #7C9168;
}
</style>
background-color css
<style>
a { background-color: #7C9168; }
a { background-color: rgb(124,145,104); }
div.DivClassName
{
background-color: #7C9168;
}
.BgClassName
{
background-color: #7C9168;
}
</style>
border-color css
<style>
span { border-color: #7C9168; }
span { border-color: rgb(124,145,104); }
td.TdClassName
{
border-color: #7C9168;
}
.TagClassName
{
border-color: #7C9168;
}
</style>