Shades of Watercourse #00704B
Tints of Watercourse #00704B
RGB
CMYK
RGB Variations
Color information
#00704B (or 0x00704B) is known color: Watercourse. HEX triplet: 00, 70 and 4B. RGB value is (0,112,75). Sum of RGB (Red+Green+Blue) = 0+112+75=187 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 187); Green value is 112 (44.14% from 255 or 59.89% from 187); Blue value is 75 (29.69% from 255 or 40.11% from 187); Max value from RGB is 112 - color contains mainly: green. Hex color #00704B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00704B is #FF8FB4. Grayscale: #4A4A4A. Windows color (decimal): -16748469 or 4943872. OLE color: 4943872.
HSL color Cylindrical-coordinate representation of color #00704B: hue angle of 160.18º 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 #00704B is Cyan = 1, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 112 | 75 | - |
| CMYK | 1 | 0 | 0.33 | 0.56 |
| HSL | 160.18º | 1% | 0.22% | - |
| HSV(B) | 160.18º | 1% | 0.44% | - |
| XYZ | 7.06 | 12.1 | 8.62 | - |
| YUV | 74.29 | 128.39 | 75.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 112 | 75 | 1 | 0 | 0.33 | 0.56 | 160.18 | 1 | 0.22 |
| Hex | 0 | 70 | 4B | 64 | 0 | 21 | 38 | A0 | 64 | 16 |
| Octal | 0 | 160 | 113 | 144 | 0 | 41 | 70 | 240 | 144 | 26 |
| Binary | 0 | 1110000 | 1001011 | 1100100 | 0 | 100001 | 111000 | 10100000 | 1100100 | 10110 |
Color Harmonies of #00704B
Complementary color
Monochromatic Colors of #00704B
Black with #00704B
Text Example
Text Example
White with #00704B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00704B; }
p { color: rgb(0,112,75); }
H1.HeaderClassName
{
color: #00704B;
}
.AnyTagClassName
{
color: #00704B;
}
</style>
background-color css
<style>
a { background-color: #00704B; }
a { background-color: rgb(0,112,75); }
div.DivClassName
{
background-color: #00704B;
}
.BgClassName
{
background-color: #00704B;
}
</style>
border-color css
<style>
span { border-color: #00704B; }
span { border-color: rgb(0,112,75); }
td.TdClassName
{
border-color: #00704B;
}
.TagClassName
{
border-color: #00704B;
}
</style>