Shades of Watercourse #006D4E
Tints of Watercourse #006D4E
RGB
CMYK
RGB Variations
Color information
#006D4E (or 0x006D4E) is known color: Watercourse. HEX triplet: 00, 6D and 4E. RGB value is (0,109,78). Sum of RGB (Red+Green+Blue) = 0+109+78=187 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 187); Green value is 109 (42.97% from 255 or 58.29% from 187); Blue value is 78 (30.86% from 255 or 41.71% from 187); Max value from RGB is 109 - color contains mainly: green. Hex color #006D4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006D4E is #FF92B1. Grayscale: #484848. Windows color (decimal): -16749234 or 5139712. OLE color: 5139712.
HSL color Cylindrical-coordinate representation of color #006D4E: hue angle of 162.94º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006D4E is Cyan = 1, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 109 | 78 | - |
| CMYK | 1 | 0 | 0.28 | 0.57 |
| HSL | 162.94º | 1% | 0.21% | - |
| HSV(B) | 162.94º | 1% | 0.43% | - |
| XYZ | 6.84 | 11.49 | 9.06 | - |
| YUV | 72.88 | 130.89 | 76.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 109 | 78 | 1 | 0 | 0.28 | 0.57 | 162.94 | 1 | 0.21 |
| Hex | 0 | 6D | 4E | 64 | 0 | 1C | 39 | A3 | 64 | 15 |
| Octal | 0 | 155 | 116 | 144 | 0 | 34 | 71 | 243 | 144 | 25 |
| Binary | 0 | 1101101 | 1001110 | 1100100 | 0 | 11100 | 111001 | 10100011 | 1100100 | 10101 |
Color Harmonies of #006D4E
Complementary color
Monochromatic Colors of #006D4E
Black with #006D4E
Text Example
Text Example
White with #006D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006D4E; }
p { color: rgb(0,109,78); }
H1.HeaderClassName
{
color: #006D4E;
}
.AnyTagClassName
{
color: #006D4E;
}
</style>
background-color css
<style>
a { background-color: #006D4E; }
a { background-color: rgb(0,109,78); }
div.DivClassName
{
background-color: #006D4E;
}
.BgClassName
{
background-color: #006D4E;
}
</style>
border-color css
<style>
span { border-color: #006D4E; }
span { border-color: rgb(0,109,78); }
td.TdClassName
{
border-color: #006D4E;
}
.TagClassName
{
border-color: #006D4E;
}
</style>