Shades of Watercourse #00714F
Tints of Watercourse #00714F
RGB
CMYK
RGB Variations
Color information
#00714F (or 0x00714F) is known color: Watercourse. HEX triplet: 00, 71 and 4F. RGB value is (0,113,79). Sum of RGB (Red+Green+Blue) = 0+113+79=192 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 192); Green value is 113 (44.53% from 255 or 58.85% from 192); Blue value is 79 (31.25% from 255 or 41.15% from 192); Max value from RGB is 113 - color contains mainly: green. Hex color #00714F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00714F is #FF8EB0. Grayscale: #4B4B4B. Windows color (decimal): -16748209 or 5206272. OLE color: 5206272.
HSL color Cylindrical-coordinate representation of color #00714F: hue angle of 161.95º 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 #00714F is Cyan = 1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 113 | 79 | - |
| CMYK | 1 | 0 | 0.30 | 0.56 |
| HSL | 161.95º | 1% | 0.22% | - |
| HSV(B) | 161.95º | 1% | 0.44% | - |
| XYZ | 7.32 | 12.37 | 9.4 | - |
| YUV | 75.34 | 130.06 | 74.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 113 | 79 | 1 | 0 | 0.30 | 0.56 | 161.95 | 1 | 0.22 |
| Hex | 0 | 71 | 4F | 64 | 0 | 1E | 38 | A2 | 64 | 16 |
| Octal | 0 | 161 | 117 | 144 | 0 | 36 | 70 | 242 | 144 | 26 |
| Binary | 0 | 1110001 | 1001111 | 1100100 | 0 | 11110 | 111000 | 10100010 | 1100100 | 10110 |
Color Harmonies of #00714F
Complementary color
Monochromatic Colors of #00714F
Black with #00714F
Text Example
Text Example
White with #00714F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00714F; }
p { color: rgb(0,113,79); }
H1.HeaderClassName
{
color: #00714F;
}
.AnyTagClassName
{
color: #00714F;
}
</style>
background-color css
<style>
a { background-color: #00714F; }
a { background-color: rgb(0,113,79); }
div.DivClassName
{
background-color: #00714F;
}
.BgClassName
{
background-color: #00714F;
}
</style>
border-color css
<style>
span { border-color: #00714F; }
span { border-color: rgb(0,113,79); }
td.TdClassName
{
border-color: #00714F;
}
.TagClassName
{
border-color: #00714F;
}
</style>