Shades of Highland #6D9255
Tints of Highland #6D9255
RGB
CMYK
RGB Variations
Color information
#6D9255 (or 0x6D9255) is known color: Highland. HEX triplet: 6D, 92 and 55. RGB value is (109,146,85). Sum of RGB (Red+Green+Blue) = 109+146+85=340 (45% of max value = 765). Red value is 109 (42.97% from 255 or 32.06% from 340); Green value is 146 (57.42% from 255 or 42.94% from 340); Blue value is 85 (33.59% from 255 or 25% from 340); Max value from RGB is 146 - color contains mainly: green. Hex color #6D9255 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9255 is #926DAA. Grayscale: #808080. Windows color (decimal): -9596331 or 5608045. OLE color: 5608045.
HSL color Cylindrical-coordinate representation of color #6D9255: hue angle of 96.39º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6D9255 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 109 | 146 | 85 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.43 |
| HSL | 96.39º | 0.26% | 0.45% | - |
| HSV(B) | 96.39º | 0.42% | 0.57% | - |
| XYZ | 18.23 | 24.46 | 12.36 | - |
| YUV | 127.98 | 103.74 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 146 | 85 | 0.25 | 0 | 0.42 | 0.43 | 96.39 | 0.26 | 0.45 |
| Hex | 6D | 92 | 55 | 19 | 0 | 2A | 2B | 60 | 1A | 2D |
| Octal | 155 | 222 | 125 | 31 | 0 | 52 | 53 | 140 | 32 | 55 |
| Binary | 1101101 | 10010010 | 1010101 | 11001 | 0 | 101010 | 101011 | 1100000 | 11010 | 101101 |
Color Harmonies of #6D9255
Complementary color
Monochromatic Colors of #6D9255
Black with #6D9255
Text Example
Text Example
White with #6D9255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9255; }
p { color: rgb(109,146,85); }
H1.HeaderClassName
{
color: #6D9255;
}
.AnyTagClassName
{
color: #6D9255;
}
</style>
background-color css
<style>
a { background-color: #6D9255; }
a { background-color: rgb(109,146,85); }
div.DivClassName
{
background-color: #6D9255;
}
.BgClassName
{
background-color: #6D9255;
}
</style>
border-color css
<style>
span { border-color: #6D9255; }
span { border-color: rgb(109,146,85); }
td.TdClassName
{
border-color: #6D9255;
}
.TagClassName
{
border-color: #6D9255;
}
</style>