Shades of Watercourse #00714B
Tints of Watercourse #00714B
RGB
CMYK
RGB Variations
Color information
#00714B (or 0x00714B) is known color: Watercourse. HEX triplet: 00, 71 and 4B. RGB value is (0,113,75). Sum of RGB (Red+Green+Blue) = 0+113+75=188 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 188); Green value is 113 (44.53% from 255 or 60.11% from 188); Blue value is 75 (29.69% from 255 or 39.89% from 188); Max value from RGB is 113 - color contains mainly: green. Hex color #00714B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00714B is #FF8EB4. Grayscale: #4A4A4A. Windows color (decimal): -16748213 or 4944128. OLE color: 4944128.
HSL color Cylindrical-coordinate representation of color #00714B: hue angle of 159.82º 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 #00714B is Cyan = 1, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 113 | 75 | - |
| CMYK | 1 | 0 | 0.34 | 0.56 |
| HSL | 159.82º | 1% | 0.22% | - |
| HSV(B) | 159.82º | 1% | 0.44% | - |
| XYZ | 7.18 | 12.32 | 8.66 | - |
| YUV | 74.88 | 128.06 | 74.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 113 | 75 | 1 | 0 | 0.34 | 0.56 | 159.82 | 1 | 0.22 |
| Hex | 0 | 71 | 4B | 64 | 0 | 22 | 38 | A0 | 64 | 16 |
| Octal | 0 | 161 | 113 | 144 | 0 | 42 | 70 | 240 | 144 | 26 |
| Binary | 0 | 1110001 | 1001011 | 1100100 | 0 | 100010 | 111000 | 10100000 | 1100100 | 10110 |
Color Harmonies of #00714B
Complementary color
Monochromatic Colors of #00714B
Black with #00714B
Text Example
Text Example
White with #00714B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00714B; }
p { color: rgb(0,113,75); }
H1.HeaderClassName
{
color: #00714B;
}
.AnyTagClassName
{
color: #00714B;
}
</style>
background-color css
<style>
a { background-color: #00714B; }
a { background-color: rgb(0,113,75); }
div.DivClassName
{
background-color: #00714B;
}
.BgClassName
{
background-color: #00714B;
}
</style>
border-color css
<style>
span { border-color: #00714B; }
span { border-color: rgb(0,113,75); }
td.TdClassName
{
border-color: #00714B;
}
.TagClassName
{
border-color: #00714B;
}
</style>