Shades of Highland #7F9358
Tints of Highland #7F9358
RGB
CMYK
RGB Variations
Color information
#7F9358 (or 0x7F9358) is known color: Highland. HEX triplet: 7F, 93 and 58. RGB value is (127,147,88). Sum of RGB (Red+Green+Blue) = 127+147+88=362 (47% of max value = 765). Red value is 127 (50% from 255 or 35.08% from 362); Green value is 147 (57.81% from 255 or 40.61% from 362); Blue value is 88 (34.77% from 255 or 24.31% from 362); Max value from RGB is 147 - color contains mainly: green. Hex color #7F9358 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F9358 is #806CA7. Grayscale: #868686. Windows color (decimal): -8416424 or 5804927. OLE color: 5804927.
HSL color Cylindrical-coordinate representation of color #7F9358: hue angle of 80.34º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7F9358 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 147 | 88 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.42 |
| HSL | 80.34º | 0.25% | 0.46% | - |
| HSV(B) | 80.34º | 0.4% | 0.58% | - |
| XYZ | 20.95 | 26.08 | 13.16 | - |
| YUV | 134.29 | 101.87 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 147 | 88 | 0.14 | 0 | 0.40 | 0.42 | 80.34 | 0.25 | 0.46 |
| Hex | 7F | 93 | 58 | E | 0 | 28 | 2A | 50 | 19 | 2E |
| Octal | 177 | 223 | 130 | 16 | 0 | 50 | 52 | 120 | 31 | 56 |
| Binary | 1111111 | 10010011 | 1011000 | 1110 | 0 | 101000 | 101010 | 1010000 | 11001 | 101110 |
Color Harmonies of #7F9358
Complementary color
Monochromatic Colors of #7F9358
Black with #7F9358
Text Example
Text Example
White with #7F9358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9358; }
p { color: rgb(127,147,88); }
H1.HeaderClassName
{
color: #7F9358;
}
.AnyTagClassName
{
color: #7F9358;
}
</style>
background-color css
<style>
a { background-color: #7F9358; }
a { background-color: rgb(127,147,88); }
div.DivClassName
{
background-color: #7F9358;
}
.BgClassName
{
background-color: #7F9358;
}
</style>
border-color css
<style>
span { border-color: #7F9358; }
span { border-color: rgb(127,147,88); }
td.TdClassName
{
border-color: #7F9358;
}
.TagClassName
{
border-color: #7F9358;
}
</style>