Shades of Highland #6F8958
Tints of Highland #6F8958
RGB
CMYK
RGB Variations
Color information
#6F8958 (or 0x6F8958) is known color: Highland. HEX triplet: 6F, 89 and 58. RGB value is (111,137,88). Sum of RGB (Red+Green+Blue) = 111+137+88=336 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.04% from 336); Green value is 137 (53.91% from 255 or 40.77% from 336); Blue value is 88 (34.77% from 255 or 26.19% from 336); Max value from RGB is 137 - color contains mainly: green. Hex color #6F8958 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8958 is #9076A7. Grayscale: #7B7B7B. Windows color (decimal): -9467560 or 5802351. OLE color: 5802351.
HSL color Cylindrical-coordinate representation of color #6F8958: hue angle of 91.84º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6F8958 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 137 | 88 | - |
| CMYK | 0.19 | 0 | 0.36 | 0.46 |
| HSL | 91.84º | 0.22% | 0.44% | - |
| HSV(B) | 91.84º | 0.36% | 0.54% | - |
| XYZ | 17.26 | 21.98 | 12.56 | - |
| YUV | 123.64 | 107.89 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 137 | 88 | 0.19 | 0 | 0.36 | 0.46 | 91.84 | 0.22 | 0.44 |
| Hex | 6F | 89 | 58 | 13 | 0 | 24 | 2E | 5C | 16 | 2C |
| Octal | 157 | 211 | 130 | 23 | 0 | 44 | 56 | 134 | 26 | 54 |
| Binary | 1101111 | 10001001 | 1011000 | 10011 | 0 | 100100 | 101110 | 1011100 | 10110 | 101100 |
Color Harmonies of #6F8958
Complementary color
Monochromatic Colors of #6F8958
Black with #6F8958
Text Example
Text Example
White with #6F8958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8958; }
p { color: rgb(111,137,88); }
H1.HeaderClassName
{
color: #6F8958;
}
.AnyTagClassName
{
color: #6F8958;
}
</style>
background-color css
<style>
a { background-color: #6F8958; }
a { background-color: rgb(111,137,88); }
div.DivClassName
{
background-color: #6F8958;
}
.BgClassName
{
background-color: #6F8958;
}
</style>
border-color css
<style>
span { border-color: #6F8958; }
span { border-color: rgb(111,137,88); }
td.TdClassName
{
border-color: #6F8958;
}
.TagClassName
{
border-color: #6F8958;
}
</style>