Shades of Watercourse #04764E
Tints of Watercourse #04764E
RGB
CMYK
RGB Variations
Color information
#04764E (or 0x04764E) is known color: Watercourse. HEX triplet: 04, 76 and 4E. RGB value is (4,118,78). Sum of RGB (Red+Green+Blue) = 4+118+78=200 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2% from 200); Green value is 118 (46.48% from 255 or 59% from 200); Blue value is 78 (30.86% from 255 or 39% from 200); Max value from RGB is 118 - color contains mainly: green. Hex color #04764E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04764E is #FB89B1. Grayscale: #4F4F4F. Windows color (decimal): -16484786 or 5142020. OLE color: 5142020.
HSL color Cylindrical-coordinate representation of color #04764E: hue angle of 158.95º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04764E is Cyan = 0.97, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 4 | 118 | 78 | - |
| CMYK | 0.97 | 0 | 0.34 | 0.54 |
| HSL | 158.95º | 0.93% | 0.24% | - |
| HSV(B) | 158.95º | 0.97% | 0.46% | - |
| XYZ | 7.9 | 13.53 | 9.4 | - |
| YUV | 79.35 | 127.23 | 74.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 118 | 78 | 0.97 | 0 | 0.34 | 0.54 | 158.95 | 0.93 | 0.24 |
| Hex | 4 | 76 | 4E | 61 | 0 | 22 | 36 | 9F | 5D | 18 |
| Octal | 4 | 166 | 116 | 141 | 0 | 42 | 66 | 237 | 135 | 30 |
| Binary | 100 | 1110110 | 1001110 | 1100001 | 0 | 100010 | 110110 | 10011111 | 1011101 | 11000 |
Color Harmonies of #04764E
Complementary color
Monochromatic Colors of #04764E
Black with #04764E
Text Example
Text Example
White with #04764E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04764E; }
p { color: rgb(4,118,78); }
H1.HeaderClassName
{
color: #04764E;
}
.AnyTagClassName
{
color: #04764E;
}
</style>
background-color css
<style>
a { background-color: #04764E; }
a { background-color: rgb(4,118,78); }
div.DivClassName
{
background-color: #04764E;
}
.BgClassName
{
background-color: #04764E;
}
</style>
border-color css
<style>
span { border-color: #04764E; }
span { border-color: rgb(4,118,78); }
td.TdClassName
{
border-color: #04764E;
}
.TagClassName
{
border-color: #04764E;
}
</style>