Shades of Highland #6F895D
Tints of Highland #6F895D
RGB
CMYK
RGB Variations
Color information
#6F895D (or 0x6F895D) is known color: Highland. HEX triplet: 6F, 89 and 5D. RGB value is (111,137,93). Sum of RGB (Red+Green+Blue) = 111+137+93=341 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.55% from 341); Green value is 137 (53.91% from 255 or 40.18% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 137 - color contains mainly: green. Hex color #6F895D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F895D is #9076A2. Grayscale: #7C7C7C. Windows color (decimal): -9467555 or 6130031. OLE color: 6130031.
HSL color Cylindrical-coordinate representation of color #6F895D: hue angle of 95.45º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6F895D is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 137 | 93 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.46 |
| HSL | 95.45º | 0.19% | 0.45% | - |
| HSV(B) | 95.45º | 0.32% | 0.54% | - |
| XYZ | 17.48 | 22.06 | 13.69 | - |
| YUV | 124.21 | 110.39 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 137 | 93 | 0.19 | 0 | 0.32 | 0.46 | 95.45 | 0.19 | 0.45 |
| Hex | 6F | 89 | 5D | 13 | 0 | 20 | 2E | 5F | 13 | 2D |
| Octal | 157 | 211 | 135 | 23 | 0 | 40 | 56 | 137 | 23 | 55 |
| Binary | 1101111 | 10001001 | 1011101 | 10011 | 0 | 100000 | 101110 | 1011111 | 10011 | 101101 |
Color Harmonies of #6F895D
Complementary color
Monochromatic Colors of #6F895D
Black with #6F895D
Text Example
Text Example
White with #6F895D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F895D; }
p { color: rgb(111,137,93); }
H1.HeaderClassName
{
color: #6F895D;
}
.AnyTagClassName
{
color: #6F895D;
}
</style>
background-color css
<style>
a { background-color: #6F895D; }
a { background-color: rgb(111,137,93); }
div.DivClassName
{
background-color: #6F895D;
}
.BgClassName
{
background-color: #6F895D;
}
</style>
border-color css
<style>
span { border-color: #6F895D; }
span { border-color: rgb(111,137,93); }
td.TdClassName
{
border-color: #6F895D;
}
.TagClassName
{
border-color: #6F895D;
}
</style>