Shades of Watercourse #006E4E
Tints of Watercourse #006E4E
RGB
CMYK
RGB Variations
Color information
#006E4E (or 0x006E4E) is known color: Watercourse. HEX triplet: 00, 6E and 4E. RGB value is (0,110,78). Sum of RGB (Red+Green+Blue) = 0+110+78=188 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 188); Green value is 110 (43.36% from 255 or 58.51% from 188); Blue value is 78 (30.86% from 255 or 41.49% from 188); Max value from RGB is 110 - color contains mainly: green. Hex color #006E4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006E4E is #FF91B1. Grayscale: #494949. Windows color (decimal): -16748978 or 5139968. OLE color: 5139968.
HSL color Cylindrical-coordinate representation of color #006E4E: hue angle of 162.55º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006E4E is Cyan = 1, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 110 | 78 | - |
| CMYK | 1 | 0 | 0.29 | 0.57 |
| HSL | 162.55º | 1% | 0.22% | - |
| HSV(B) | 162.55º | 1% | 0.43% | - |
| XYZ | 6.95 | 11.7 | 9.1 | - |
| YUV | 73.46 | 130.56 | 75.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 110 | 78 | 1 | 0 | 0.29 | 0.57 | 162.55 | 1 | 0.22 |
| Hex | 0 | 6E | 4E | 64 | 0 | 1D | 39 | A3 | 64 | 16 |
| Octal | 0 | 156 | 116 | 144 | 0 | 35 | 71 | 243 | 144 | 26 |
| Binary | 0 | 1101110 | 1001110 | 1100100 | 0 | 11101 | 111001 | 10100011 | 1100100 | 10110 |
Color Harmonies of #006E4E
Complementary color
Monochromatic Colors of #006E4E
Black with #006E4E
Text Example
Text Example
White with #006E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006E4E; }
p { color: rgb(0,110,78); }
H1.HeaderClassName
{
color: #006E4E;
}
.AnyTagClassName
{
color: #006E4E;
}
</style>
background-color css
<style>
a { background-color: #006E4E; }
a { background-color: rgb(0,110,78); }
div.DivClassName
{
background-color: #006E4E;
}
.BgClassName
{
background-color: #006E4E;
}
</style>
border-color css
<style>
span { border-color: #006E4E; }
span { border-color: rgb(0,110,78); }
td.TdClassName
{
border-color: #006E4E;
}
.TagClassName
{
border-color: #006E4E;
}
</style>