Shades of Highland #6D9358
Tints of Highland #6D9358
RGB
CMYK
RGB Variations
Color information
#6D9358 (or 0x6D9358) is known color: Highland. HEX triplet: 6D, 93 and 58. RGB value is (109,147,88). Sum of RGB (Red+Green+Blue) = 109+147+88=344 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.69% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 88 (34.77% from 255 or 25.58% from 344); Max value from RGB is 147 - color contains mainly: green. Hex color #6D9358 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9358 is #926CA7. Grayscale: #818181. Windows color (decimal): -9596072 or 5804909. OLE color: 5804909.
HSL color Cylindrical-coordinate representation of color #6D9358: hue angle of 98.64º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6D9358 is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 109 | 147 | 88 | - |
| CMYK | 0.26 | 0 | 0.40 | 0.42 |
| HSL | 98.64º | 0.25% | 0.46% | - |
| HSV(B) | 98.64º | 0.4% | 0.58% | - |
| XYZ | 18.5 | 24.82 | 13.05 | - |
| YUV | 128.91 | 104.91 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 147 | 88 | 0.26 | 0 | 0.40 | 0.42 | 98.64 | 0.25 | 0.46 |
| Hex | 6D | 93 | 58 | 1A | 0 | 28 | 2A | 63 | 19 | 2E |
| Octal | 155 | 223 | 130 | 32 | 0 | 50 | 52 | 143 | 31 | 56 |
| Binary | 1101101 | 10010011 | 1011000 | 11010 | 0 | 101000 | 101010 | 1100011 | 11001 | 101110 |
Color Harmonies of #6D9358
Complementary color
Monochromatic Colors of #6D9358
Black with #6D9358
Text Example
Text Example
White with #6D9358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9358; }
p { color: rgb(109,147,88); }
H1.HeaderClassName
{
color: #6D9358;
}
.AnyTagClassName
{
color: #6D9358;
}
</style>
background-color css
<style>
a { background-color: #6D9358; }
a { background-color: rgb(109,147,88); }
div.DivClassName
{
background-color: #6D9358;
}
.BgClassName
{
background-color: #6D9358;
}
</style>
border-color css
<style>
span { border-color: #6D9358; }
span { border-color: rgb(109,147,88); }
td.TdClassName
{
border-color: #6D9358;
}
.TagClassName
{
border-color: #6D9358;
}
</style>