Shades of Watercourse #006E4A
Tints of Watercourse #006E4A
RGB
CMYK
RGB Variations
Color information
#006E4A (or 0x006E4A) is known color: Watercourse. HEX triplet: 00, 6E and 4A. RGB value is (0,110,74). Sum of RGB (Red+Green+Blue) = 0+110+74=184 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 184); Green value is 110 (43.36% from 255 or 59.78% from 184); Blue value is 74 (29.30% from 255 or 40.22% from 184); Max value from RGB is 110 - color contains mainly: green. Hex color #006E4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006E4A is #FF91B5. Grayscale: #494949. Windows color (decimal): -16748982 or 4877824. OLE color: 4877824.
HSL color Cylindrical-coordinate representation of color #006E4A: hue angle of 160.36º 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 #006E4A is Cyan = 1, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 110 | 74 | - |
| CMYK | 1 | 0 | 0.33 | 0.57 |
| HSL | 160.36º | 1% | 0.22% | - |
| HSV(B) | 160.36º | 1% | 0.43% | - |
| XYZ | 6.81 | 11.65 | 8.37 | - |
| YUV | 73.01 | 128.56 | 75.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 110 | 74 | 1 | 0 | 0.33 | 0.57 | 160.36 | 1 | 0.22 |
| Hex | 0 | 6E | 4A | 64 | 0 | 21 | 39 | A0 | 64 | 16 |
| Octal | 0 | 156 | 112 | 144 | 0 | 41 | 71 | 240 | 144 | 26 |
| Binary | 0 | 1101110 | 1001010 | 1100100 | 0 | 100001 | 111001 | 10100000 | 1100100 | 10110 |
Color Harmonies of #006E4A
Complementary color
Monochromatic Colors of #006E4A
Black with #006E4A
Text Example
Text Example
White with #006E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006E4A; }
p { color: rgb(0,110,74); }
H1.HeaderClassName
{
color: #006E4A;
}
.AnyTagClassName
{
color: #006E4A;
}
</style>
background-color css
<style>
a { background-color: #006E4A; }
a { background-color: rgb(0,110,74); }
div.DivClassName
{
background-color: #006E4A;
}
.BgClassName
{
background-color: #006E4A;
}
</style>
border-color css
<style>
span { border-color: #006E4A; }
span { border-color: rgb(0,110,74); }
td.TdClassName
{
border-color: #006E4A;
}
.TagClassName
{
border-color: #006E4A;
}
</style>