Shades of Watercourse #006D41
Tints of Watercourse #006D41
RGB
CMYK
RGB Variations
Color information
#006D41 (or 0x006D41) is known color: Watercourse. HEX triplet: 00, 6D and 41. RGB value is (0,109,65). Sum of RGB (Red+Green+Blue) = 0+109+65=174 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 174); Green value is 109 (42.97% from 255 or 62.64% from 174); Blue value is 65 (25.78% from 255 or 37.36% from 174); Max value from RGB is 109 - color contains mainly: green. Hex color #006D41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006D41 is #FF92BE. Grayscale: #474747. Windows color (decimal): -16749247 or 4287744. OLE color: 4287744.
HSL color Cylindrical-coordinate representation of color #006D41: hue angle of 155.78º 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 #006D41 is Cyan = 1, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 109 | 65 | - |
| CMYK | 1 | 0 | 0.40 | 0.57 |
| HSL | 155.78º | 1% | 0.21% | - |
| HSV(B) | 155.78º | 1% | 0.43% | - |
| XYZ | 6.42 | 11.32 | 6.85 | - |
| YUV | 71.39 | 124.39 | 77.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 109 | 65 | 1 | 0 | 0.40 | 0.57 | 155.78 | 1 | 0.21 |
| Hex | 0 | 6D | 41 | 64 | 0 | 28 | 39 | 9C | 64 | 15 |
| Octal | 0 | 155 | 101 | 144 | 0 | 50 | 71 | 234 | 144 | 25 |
| Binary | 0 | 1101101 | 1000001 | 1100100 | 0 | 101000 | 111001 | 10011100 | 1100100 | 10101 |
Color Harmonies of #006D41
Complementary color
Monochromatic Colors of #006D41
Black with #006D41
Text Example
Text Example
White with #006D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006D41; }
p { color: rgb(0,109,65); }
H1.HeaderClassName
{
color: #006D41;
}
.AnyTagClassName
{
color: #006D41;
}
</style>
background-color css
<style>
a { background-color: #006D41; }
a { background-color: rgb(0,109,65); }
div.DivClassName
{
background-color: #006D41;
}
.BgClassName
{
background-color: #006D41;
}
</style>
border-color css
<style>
span { border-color: #006D41; }
span { border-color: rgb(0,109,65); }
td.TdClassName
{
border-color: #006D41;
}
.TagClassName
{
border-color: #006D41;
}
</style>