Shades of Highland #7C9362
Tints of Highland #7C9362
RGB
CMYK
RGB Variations
Color information
#7C9362 (or 0x7C9362) is known color: Highland. HEX triplet: 7C, 93 and 62. RGB value is (124,147,98). Sum of RGB (Red+Green+Blue) = 124+147+98=369 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.60% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 98 (38.67% from 255 or 26.56% from 369); Max value from RGB is 147 - color contains mainly: green. Hex color #7C9362 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9362 is #836C9D. Grayscale: #868686. Windows color (decimal): -8613022 or 6460284. OLE color: 6460284.
HSL color Cylindrical-coordinate representation of color #7C9362: hue angle of 88.16º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7C9362 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 124 | 147 | 98 | - |
| CMYK | 0.16 | 0 | 0.33 | 0.42 |
| HSL | 88.16º | 0.2% | 0.48% | - |
| HSV(B) | 88.16º | 0.33% | 0.58% | - |
| XYZ | 20.95 | 26.03 | 15.48 | - |
| YUV | 134.54 | 107.38 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 147 | 98 | 0.16 | 0 | 0.33 | 0.42 | 88.16 | 0.2 | 0.48 |
| Hex | 7C | 93 | 62 | 10 | 0 | 21 | 2A | 58 | 14 | 30 |
| Octal | 174 | 223 | 142 | 20 | 0 | 41 | 52 | 130 | 24 | 60 |
| Binary | 1111100 | 10010011 | 1100010 | 10000 | 0 | 100001 | 101010 | 1011000 | 10100 | 110000 |
Color Harmonies of #7C9362
Complementary color
Monochromatic Colors of #7C9362
Black with #7C9362
Text Example
Text Example
White with #7C9362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9362; }
p { color: rgb(124,147,98); }
H1.HeaderClassName
{
color: #7C9362;
}
.AnyTagClassName
{
color: #7C9362;
}
</style>
background-color css
<style>
a { background-color: #7C9362; }
a { background-color: rgb(124,147,98); }
div.DivClassName
{
background-color: #7C9362;
}
.BgClassName
{
background-color: #7C9362;
}
</style>
border-color css
<style>
span { border-color: #7C9362; }
span { border-color: rgb(124,147,98); }
td.TdClassName
{
border-color: #7C9362;
}
.TagClassName
{
border-color: #7C9362;
}
</style>