Shades of Watercourse #00804E
Tints of Watercourse #00804E
RGB
CMYK
RGB Variations
Color information
#00804E (or 0x00804E) is known color: Watercourse. HEX triplet: 00, 80 and 4E. RGB value is (0,128,78). Sum of RGB (Red+Green+Blue) = 0+128+78=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 128 (50.39% from 255 or 62.14% from 206); Blue value is 78 (30.86% from 255 or 37.86% from 206); Max value from RGB is 128 - color contains mainly: green. Hex color #00804E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00804E is #FF7FB1. Grayscale: #545454. Windows color (decimal): -16744370 or 5144576. OLE color: 5144576.
HSL color Cylindrical-coordinate representation of color #00804E: hue angle of 156.56º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00804E is Cyan = 1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 128 | 78 | - |
| CMYK | 1 | 0 | 0.39 | 0.50 |
| HSL | 156.56º | 1% | 0.25% | - |
| HSV(B) | 156.56º | 1% | 0.5% | - |
| XYZ | 9.09 | 15.99 | 9.81 | - |
| YUV | 84.03 | 124.59 | 68.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 128 | 78 | 1 | 0 | 0.39 | 0.50 | 156.56 | 1 | 0.25 |
| Hex | 0 | 80 | 4E | 64 | 0 | 27 | 32 | 9D | 64 | 19 |
| Octal | 0 | 200 | 116 | 144 | 0 | 47 | 62 | 235 | 144 | 31 |
| Binary | 0 | 10000000 | 1001110 | 1100100 | 0 | 100111 | 110010 | 10011101 | 1100100 | 11001 |
Color Harmonies of #00804E
Complementary color
Monochromatic Colors of #00804E
Black with #00804E
Text Example
Text Example
White with #00804E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00804E; }
p { color: rgb(0,128,78); }
H1.HeaderClassName
{
color: #00804E;
}
.AnyTagClassName
{
color: #00804E;
}
</style>
background-color css
<style>
a { background-color: #00804E; }
a { background-color: rgb(0,128,78); }
div.DivClassName
{
background-color: #00804E;
}
.BgClassName
{
background-color: #00804E;
}
</style>
border-color css
<style>
span { border-color: #00804E; }
span { border-color: rgb(0,128,78); }
td.TdClassName
{
border-color: #00804E;
}
.TagClassName
{
border-color: #00804E;
}
</style>