Shades of Highland #6D8C54
Tints of Highland #6D8C54
RGB
CMYK
RGB Variations
Color information
#6D8C54 (or 0x6D8C54) is known color: Highland. HEX triplet: 6D, 8C and 54. RGB value is (109,140,84). Sum of RGB (Red+Green+Blue) = 109+140+84=333 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.73% from 333); Green value is 140 (55.08% from 255 or 42.04% from 333); Blue value is 84 (33.20% from 255 or 25.23% from 333); Max value from RGB is 140 - color contains mainly: green. Hex color #6D8C54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8C54 is #9273AB. Grayscale: #7C7C7C. Windows color (decimal): -9597868 or 5540973. OLE color: 5540973.
HSL color Cylindrical-coordinate representation of color #6D8C54: hue angle of 93.21º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6D8C54 is Cyan = 0.22, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 140 | 84 | - |
| CMYK | 0.22 | 0 | 0.4 | 0.45 |
| HSL | 93.21º | 0.25% | 0.44% | - |
| HSV(B) | 93.21º | 0.4% | 0.55% | - |
| XYZ | 17.28 | 22.65 | 11.85 | - |
| YUV | 124.35 | 105.23 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 140 | 84 | 0.22 | 0 | 0.4 | 0.45 | 93.21 | 0.25 | 0.44 |
| Hex | 6D | 8C | 54 | 16 | 0 | 28 | 2D | 5D | 19 | 2C |
| Octal | 155 | 214 | 124 | 26 | 0 | 50 | 55 | 135 | 31 | 54 |
| Binary | 1101101 | 10001100 | 1010100 | 10110 | 0 | 101000 | 101101 | 1011101 | 11001 | 101100 |
Color Harmonies of #6D8C54
Complementary color
Monochromatic Colors of #6D8C54
Black with #6D8C54
Text Example
Text Example
White with #6D8C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8C54; }
p { color: rgb(109,140,84); }
H1.HeaderClassName
{
color: #6D8C54;
}
.AnyTagClassName
{
color: #6D8C54;
}
</style>
background-color css
<style>
a { background-color: #6D8C54; }
a { background-color: rgb(109,140,84); }
div.DivClassName
{
background-color: #6D8C54;
}
.BgClassName
{
background-color: #6D8C54;
}
</style>
border-color css
<style>
span { border-color: #6D8C54; }
span { border-color: rgb(109,140,84); }
td.TdClassName
{
border-color: #6D8C54;
}
.TagClassName
{
border-color: #6D8C54;
}
</style>