Shades of Highland #7C995C
Tints of Highland #7C995C
RGB
CMYK
RGB Variations
Color information
#7C995C (or 0x7C995C) is known color: Highland. HEX triplet: 7C, 99 and 5C. RGB value is (124,153,92). Sum of RGB (Red+Green+Blue) = 124+153+92=369 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.60% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 153 - color contains mainly: green. Hex color #7C995C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C995C is #8366A3. Grayscale: #898989. Windows color (decimal): -8611492 or 6068604. OLE color: 6068604.
HSL color Cylindrical-coordinate representation of color #7C995C: hue angle of 88.52º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C995C is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 124 | 153 | 92 | - |
| CMYK | 0.19 | 0 | 0.40 | 0.4 |
| HSL | 88.52º | 0.25% | 0.48% | - |
| HSV(B) | 88.52º | 0.4% | 0.6% | - |
| XYZ | 21.64 | 27.84 | 14.36 | - |
| YUV | 137.38 | 102.39 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 153 | 92 | 0.19 | 0 | 0.40 | 0.4 | 88.52 | 0.25 | 0.48 |
| Hex | 7C | 99 | 5C | 13 | 0 | 28 | 28 | 59 | 19 | 30 |
| Octal | 174 | 231 | 134 | 23 | 0 | 50 | 50 | 131 | 31 | 60 |
| Binary | 1111100 | 10011001 | 1011100 | 10011 | 0 | 101000 | 101000 | 1011001 | 11001 | 110000 |
Color Harmonies of #7C995C
Complementary color
Monochromatic Colors of #7C995C
Black with #7C995C
Text Example
Text Example
White with #7C995C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C995C; }
p { color: rgb(124,153,92); }
H1.HeaderClassName
{
color: #7C995C;
}
.AnyTagClassName
{
color: #7C995C;
}
</style>
background-color css
<style>
a { background-color: #7C995C; }
a { background-color: rgb(124,153,92); }
div.DivClassName
{
background-color: #7C995C;
}
.BgClassName
{
background-color: #7C995C;
}
</style>
border-color css
<style>
span { border-color: #7C995C; }
span { border-color: rgb(124,153,92); }
td.TdClassName
{
border-color: #7C995C;
}
.TagClassName
{
border-color: #7C995C;
}
</style>