Shades of Highland #6F8D52
Tints of Highland #6F8D52
RGB
CMYK
RGB Variations
Color information
#6F8D52 (or 0x6F8D52) is known color: Highland. HEX triplet: 6F, 8D and 52. RGB value is (111,141,82). Sum of RGB (Red+Green+Blue) = 111+141+82=334 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.23% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 82 (32.42% from 255 or 24.55% from 334); Max value from RGB is 141 - color contains mainly: green. Hex color #6F8D52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8D52 is #9072AD. Grayscale: #7D7D7D. Windows color (decimal): -9466542 or 5410159. OLE color: 5410159.
HSL color Cylindrical-coordinate representation of color #6F8D52: hue angle of 90.51º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6F8D52 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 141 | 82 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.45 |
| HSL | 90.51º | 0.26% | 0.44% | - |
| HSV(B) | 90.51º | 0.42% | 0.55% | - |
| XYZ | 17.6 | 23.04 | 11.5 | - |
| YUV | 125.3 | 103.56 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 141 | 82 | 0.21 | 0 | 0.42 | 0.45 | 90.51 | 0.26 | 0.44 |
| Hex | 6F | 8D | 52 | 15 | 0 | 2A | 2D | 5B | 1A | 2C |
| Octal | 157 | 215 | 122 | 25 | 0 | 52 | 55 | 133 | 32 | 54 |
| Binary | 1101111 | 10001101 | 1010010 | 10101 | 0 | 101010 | 101101 | 1011011 | 11010 | 101100 |
Color Harmonies of #6F8D52
Complementary color
Monochromatic Colors of #6F8D52
Black with #6F8D52
Text Example
Text Example
White with #6F8D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8D52; }
p { color: rgb(111,141,82); }
H1.HeaderClassName
{
color: #6F8D52;
}
.AnyTagClassName
{
color: #6F8D52;
}
</style>
background-color css
<style>
a { background-color: #6F8D52; }
a { background-color: rgb(111,141,82); }
div.DivClassName
{
background-color: #6F8D52;
}
.BgClassName
{
background-color: #6F8D52;
}
</style>
border-color css
<style>
span { border-color: #6F8D52; }
span { border-color: rgb(111,141,82); }
td.TdClassName
{
border-color: #6F8D52;
}
.TagClassName
{
border-color: #6F8D52;
}
</style>