Shades of Watercourse #007E4D
Tints of Watercourse #007E4D
RGB
CMYK
RGB Variations
Color information
#007E4D (or 0x007E4D) is known color: Watercourse. HEX triplet: 00, 7E and 4D. RGB value is (0,126,77). Sum of RGB (Red+Green+Blue) = 0+126+77=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 126 (49.61% from 255 or 62.07% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 126 - color contains mainly: green. Hex color #007E4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007E4D is #FF81B2. Grayscale: #525252. Windows color (decimal): -16744883 or 5078528. OLE color: 5078528.
HSL color Cylindrical-coordinate representation of color #007E4D: hue angle of 156.67º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007E4D is Cyan = 1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 126 | 77 | - |
| CMYK | 1 | 0 | 0.39 | 0.51 |
| HSL | 156.67º | 1% | 0.25% | - |
| HSV(B) | 156.67º | 1% | 0.49% | - |
| XYZ | 8.8 | 15.46 | 9.54 | - |
| YUV | 82.74 | 124.76 | 68.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 126 | 77 | 1 | 0 | 0.39 | 0.51 | 156.67 | 1 | 0.25 |
| Hex | 0 | 7E | 4D | 64 | 0 | 27 | 33 | 9D | 64 | 19 |
| Octal | 0 | 176 | 115 | 144 | 0 | 47 | 63 | 235 | 144 | 31 |
| Binary | 0 | 1111110 | 1001101 | 1100100 | 0 | 100111 | 110011 | 10011101 | 1100100 | 11001 |
Color Harmonies of #007E4D
Complementary color
Monochromatic Colors of #007E4D
Black with #007E4D
Text Example
Text Example
White with #007E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007E4D; }
p { color: rgb(0,126,77); }
H1.HeaderClassName
{
color: #007E4D;
}
.AnyTagClassName
{
color: #007E4D;
}
</style>
background-color css
<style>
a { background-color: #007E4D; }
a { background-color: rgb(0,126,77); }
div.DivClassName
{
background-color: #007E4D;
}
.BgClassName
{
background-color: #007E4D;
}
</style>
border-color css
<style>
span { border-color: #007E4D; }
span { border-color: rgb(0,126,77); }
td.TdClassName
{
border-color: #007E4D;
}
.TagClassName
{
border-color: #007E4D;
}
</style>