Shades of Highland #6F8951
Tints of Highland #6F8951
RGB
CMYK
RGB Variations
Color information
#6F8951 (or 0x6F8951) is known color: Highland. HEX triplet: 6F, 89 and 51. RGB value is (111,137,81). Sum of RGB (Red+Green+Blue) = 111+137+81=329 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.74% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 81 (32.03% from 255 or 24.62% from 329); Max value from RGB is 137 - color contains mainly: green. Hex color #6F8951 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8951 is #9076AE. Grayscale: #7B7B7B. Windows color (decimal): -9467567 or 5343599. OLE color: 5343599.
HSL color Cylindrical-coordinate representation of color #6F8951: hue angle of 87.86º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F8951 is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 137 | 81 | - |
| CMYK | 0.19 | 0 | 0.41 | 0.46 |
| HSL | 87.86º | 0.26% | 0.43% | - |
| HSV(B) | 87.86º | 0.41% | 0.54% | - |
| XYZ | 16.99 | 21.86 | 11.11 | - |
| YUV | 122.84 | 104.39 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 137 | 81 | 0.19 | 0 | 0.41 | 0.46 | 87.86 | 0.26 | 0.43 |
| Hex | 6F | 89 | 51 | 13 | 0 | 29 | 2E | 58 | 1A | 2B |
| Octal | 157 | 211 | 121 | 23 | 0 | 51 | 56 | 130 | 32 | 53 |
| Binary | 1101111 | 10001001 | 1010001 | 10011 | 0 | 101001 | 101110 | 1011000 | 11010 | 101011 |
Color Harmonies of #6F8951
Complementary color
Monochromatic Colors of #6F8951
Black with #6F8951
Text Example
Text Example
White with #6F8951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8951; }
p { color: rgb(111,137,81); }
H1.HeaderClassName
{
color: #6F8951;
}
.AnyTagClassName
{
color: #6F8951;
}
</style>
background-color css
<style>
a { background-color: #6F8951; }
a { background-color: rgb(111,137,81); }
div.DivClassName
{
background-color: #6F8951;
}
.BgClassName
{
background-color: #6F8951;
}
</style>
border-color css
<style>
span { border-color: #6F8951; }
span { border-color: rgb(111,137,81); }
td.TdClassName
{
border-color: #6F8951;
}
.TagClassName
{
border-color: #6F8951;
}
</style>