Shades of Watercourse #006E3E
Tints of Watercourse #006E3E
RGB
CMYK
RGB Variations
Color information
#006E3E (or 0x006E3E) is known color: Watercourse. HEX triplet: 00, 6E and 3E. RGB value is (0,110,62). Sum of RGB (Red+Green+Blue) = 0+110+62=172 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 172); Green value is 110 (43.36% from 255 or 63.95% from 172); Blue value is 62 (24.61% from 255 or 36.05% from 172); Max value from RGB is 110 - color contains mainly: green. Hex color #006E3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006E3E is #FF91C1. Grayscale: #474747. Windows color (decimal): -16748994 or 4091392. OLE color: 4091392.
HSL color Cylindrical-coordinate representation of color #006E3E: hue angle of 153.82º 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 #006E3E is Cyan = 1, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 110 | 62 | - |
| CMYK | 1 | 0 | 0.44 | 0.57 |
| HSL | 153.82º | 1% | 0.22% | - |
| HSV(B) | 153.82º | 1% | 0.43% | - |
| XYZ | 6.45 | 11.5 | 6.44 | - |
| YUV | 71.64 | 122.56 | 76.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 110 | 62 | 1 | 0 | 0.44 | 0.57 | 153.82 | 1 | 0.22 |
| Hex | 0 | 6E | 3E | 64 | 0 | 2C | 39 | 9A | 64 | 16 |
| Octal | 0 | 156 | 76 | 144 | 0 | 54 | 71 | 232 | 144 | 26 |
| Binary | 0 | 1101110 | 111110 | 1100100 | 0 | 101100 | 111001 | 10011010 | 1100100 | 10110 |
Color Harmonies of #006E3E
Complementary color
Monochromatic Colors of #006E3E
Black with #006E3E
Text Example
Text Example
White with #006E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006E3E; }
p { color: rgb(0,110,62); }
H1.HeaderClassName
{
color: #006E3E;
}
.AnyTagClassName
{
color: #006E3E;
}
</style>
background-color css
<style>
a { background-color: #006E3E; }
a { background-color: rgb(0,110,62); }
div.DivClassName
{
background-color: #006E3E;
}
.BgClassName
{
background-color: #006E3E;
}
</style>
border-color css
<style>
span { border-color: #006E3E; }
span { border-color: rgb(0,110,62); }
td.TdClassName
{
border-color: #006E3E;
}
.TagClassName
{
border-color: #006E3E;
}
</style>