Shades of Watercourse #00704E
Tints of Watercourse #00704E
RGB
CMYK
RGB Variations
Color information
#00704E (or 0x00704E) is known color: Watercourse. HEX triplet: 00, 70 and 4E. RGB value is (0,112,78). Sum of RGB (Red+Green+Blue) = 0+112+78=190 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 190); Green value is 112 (44.14% from 255 or 58.95% from 190); Blue value is 78 (30.86% from 255 or 41.05% from 190); Max value from RGB is 112 - color contains mainly: green. Hex color #00704E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00704E is #FF8FB1. Grayscale: #4A4A4A. Windows color (decimal): -16748466 or 5140480. OLE color: 5140480.
HSL color Cylindrical-coordinate representation of color #00704E: hue angle of 161.79º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00704E is Cyan = 1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 112 | 78 | - |
| CMYK | 1 | 0 | 0.30 | 0.56 |
| HSL | 161.79º | 1% | 0.22% | - |
| HSV(B) | 161.79º | 1% | 0.44% | - |
| XYZ | 7.17 | 12.14 | 9.17 | - |
| YUV | 74.64 | 129.89 | 74.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 112 | 78 | 1 | 0 | 0.30 | 0.56 | 161.79 | 1 | 0.22 |
| Hex | 0 | 70 | 4E | 64 | 0 | 1E | 38 | A2 | 64 | 16 |
| Octal | 0 | 160 | 116 | 144 | 0 | 36 | 70 | 242 | 144 | 26 |
| Binary | 0 | 1110000 | 1001110 | 1100100 | 0 | 11110 | 111000 | 10100010 | 1100100 | 10110 |
Color Harmonies of #00704E
Complementary color
Monochromatic Colors of #00704E
Black with #00704E
Text Example
Text Example
White with #00704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00704E; }
p { color: rgb(0,112,78); }
H1.HeaderClassName
{
color: #00704E;
}
.AnyTagClassName
{
color: #00704E;
}
</style>
background-color css
<style>
a { background-color: #00704E; }
a { background-color: rgb(0,112,78); }
div.DivClassName
{
background-color: #00704E;
}
.BgClassName
{
background-color: #00704E;
}
</style>
border-color css
<style>
span { border-color: #00704E; }
span { border-color: rgb(0,112,78); }
td.TdClassName
{
border-color: #00704E;
}
.TagClassName
{
border-color: #00704E;
}
</style>