Shades of Highland #6F8C5F
Tints of Highland #6F8C5F
RGB
CMYK
RGB Variations
Color information
#6F8C5F (or 0x6F8C5F) is known color: Highland. HEX triplet: 6F, 8C and 5F. RGB value is (111,140,95). Sum of RGB (Red+Green+Blue) = 111+140+95=346 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.08% from 346); Green value is 140 (55.08% from 255 or 40.46% from 346); Blue value is 95 (37.5% from 255 or 27.46% from 346); Max value from RGB is 140 - color contains mainly: green. Hex color #6F8C5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8C5F is #9073A0. Grayscale: #7E7E7E. Windows color (decimal): -9466785 or 6261871. OLE color: 6261871.
HSL color Cylindrical-coordinate representation of color #6F8C5F: hue angle of 98.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6F8C5F is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 140 | 95 | - |
| CMYK | 0.21 | 0 | 0.32 | 0.45 |
| HSL | 98.67º | 0.19% | 0.46% | - |
| HSV(B) | 98.67º | 0.32% | 0.55% | - |
| XYZ | 18 | 22.96 | 14.31 | - |
| YUV | 126.2 | 110.39 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 140 | 95 | 0.21 | 0 | 0.32 | 0.45 | 98.67 | 0.19 | 0.46 |
| Hex | 6F | 8C | 5F | 15 | 0 | 20 | 2D | 63 | 13 | 2E |
| Octal | 157 | 214 | 137 | 25 | 0 | 40 | 55 | 143 | 23 | 56 |
| Binary | 1101111 | 10001100 | 1011111 | 10101 | 0 | 100000 | 101101 | 1100011 | 10011 | 101110 |
Color Harmonies of #6F8C5F
Complementary color
Monochromatic Colors of #6F8C5F
Black with #6F8C5F
Text Example
Text Example
White with #6F8C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8C5F; }
p { color: rgb(111,140,95); }
H1.HeaderClassName
{
color: #6F8C5F;
}
.AnyTagClassName
{
color: #6F8C5F;
}
</style>
background-color css
<style>
a { background-color: #6F8C5F; }
a { background-color: rgb(111,140,95); }
div.DivClassName
{
background-color: #6F8C5F;
}
.BgClassName
{
background-color: #6F8C5F;
}
</style>
border-color css
<style>
span { border-color: #6F8C5F; }
span { border-color: rgb(111,140,95); }
td.TdClassName
{
border-color: #6F8C5F;
}
.TagClassName
{
border-color: #6F8C5F;
}
</style>