Shades of Highland #6F8A57
Tints of Highland #6F8A57
RGB
CMYK
RGB Variations
Color information
#6F8A57 (or 0x6F8A57) is known color: Highland. HEX triplet: 6F, 8A and 57. RGB value is (111,138,87). Sum of RGB (Red+Green+Blue) = 111+138+87=336 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.04% from 336); Green value is 138 (54.30% from 255 or 41.07% from 336); Blue value is 87 (34.38% from 255 or 25.89% from 336); Max value from RGB is 138 - color contains mainly: green. Hex color #6F8A57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8A57 is #9075A8. Grayscale: #7C7C7C. Windows color (decimal): -9467305 or 5737071. OLE color: 5737071.
HSL color Cylindrical-coordinate representation of color #6F8A57: hue angle of 91.76º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6F8A57 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 138 | 87 | - |
| CMYK | 0.20 | 0 | 0.37 | 0.46 |
| HSL | 91.76º | 0.23% | 0.44% | - |
| HSV(B) | 91.76º | 0.37% | 0.54% | - |
| XYZ | 17.36 | 22.24 | 12.4 | - |
| YUV | 124.11 | 107.05 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 138 | 87 | 0.20 | 0 | 0.37 | 0.46 | 91.76 | 0.23 | 0.44 |
| Hex | 6F | 8A | 57 | 14 | 0 | 25 | 2E | 5C | 17 | 2C |
| Octal | 157 | 212 | 127 | 24 | 0 | 45 | 56 | 134 | 27 | 54 |
| Binary | 1101111 | 10001010 | 1010111 | 10100 | 0 | 100101 | 101110 | 1011100 | 10111 | 101100 |
Color Harmonies of #6F8A57
Complementary color
Monochromatic Colors of #6F8A57
Black with #6F8A57
Text Example
Text Example
White with #6F8A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8A57; }
p { color: rgb(111,138,87); }
H1.HeaderClassName
{
color: #6F8A57;
}
.AnyTagClassName
{
color: #6F8A57;
}
</style>
background-color css
<style>
a { background-color: #6F8A57; }
a { background-color: rgb(111,138,87); }
div.DivClassName
{
background-color: #6F8A57;
}
.BgClassName
{
background-color: #6F8A57;
}
</style>
border-color css
<style>
span { border-color: #6F8A57; }
span { border-color: rgb(111,138,87); }
td.TdClassName
{
border-color: #6F8A57;
}
.TagClassName
{
border-color: #6F8A57;
}
</style>