Shades of Highland #6F8E59
Tints of Highland #6F8E59
RGB
CMYK
RGB Variations
Color information
#6F8E59 (or 0x6F8E59) is known color: Highland. HEX triplet: 6F, 8E and 59. RGB value is (111,142,89). Sum of RGB (Red+Green+Blue) = 111+142+89=342 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.46% from 342); Green value is 142 (55.86% from 255 or 41.52% from 342); Blue value is 89 (35.16% from 255 or 26.02% from 342); Max value from RGB is 142 - color contains mainly: green. Hex color #6F8E59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8E59 is #9071A6. Grayscale: #7E7E7E. Windows color (decimal): -9466279 or 5869167. OLE color: 5869167.
HSL color Cylindrical-coordinate representation of color #6F8E59: hue angle of 95.09º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6F8E59 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 142 | 89 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.44 |
| HSL | 95.09º | 0.23% | 0.45% | - |
| HSV(B) | 95.09º | 0.37% | 0.56% | - |
| XYZ | 18.03 | 23.45 | 13.03 | - |
| YUV | 126.69 | 106.73 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 142 | 89 | 0.22 | 0 | 0.37 | 0.44 | 95.09 | 0.23 | 0.45 |
| Hex | 6F | 8E | 59 | 16 | 0 | 25 | 2C | 5F | 17 | 2D |
| Octal | 157 | 216 | 131 | 26 | 0 | 45 | 54 | 137 | 27 | 55 |
| Binary | 1101111 | 10001110 | 1011001 | 10110 | 0 | 100101 | 101100 | 1011111 | 10111 | 101101 |
Color Harmonies of #6F8E59
Complementary color
Monochromatic Colors of #6F8E59
Black with #6F8E59
Text Example
Text Example
White with #6F8E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8E59; }
p { color: rgb(111,142,89); }
H1.HeaderClassName
{
color: #6F8E59;
}
.AnyTagClassName
{
color: #6F8E59;
}
</style>
background-color css
<style>
a { background-color: #6F8E59; }
a { background-color: rgb(111,142,89); }
div.DivClassName
{
background-color: #6F8E59;
}
.BgClassName
{
background-color: #6F8E59;
}
</style>
border-color css
<style>
span { border-color: #6F8E59; }
span { border-color: rgb(111,142,89); }
td.TdClassName
{
border-color: #6F8E59;
}
.TagClassName
{
border-color: #6F8E59;
}
</style>