Shades of Watercourse #05714A
Tints of Watercourse #05714A
RGB
CMYK
RGB Variations
Color information
#05714A (or 0x05714A) is known color: Watercourse. HEX triplet: 05, 71 and 4A. RGB value is (5,113,74). Sum of RGB (Red+Green+Blue) = 5+113+74=192 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.60% from 192); Green value is 113 (44.53% from 255 or 58.85% from 192); Blue value is 74 (29.30% from 255 or 38.54% from 192); Max value from RGB is 113 - color contains mainly: green. Hex color #05714A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05714A is #FA8EB5. Grayscale: #4C4C4C. Windows color (decimal): -16420534 or 4878597. OLE color: 4878597.
HSL color Cylindrical-coordinate representation of color #05714A: hue angle of 158.33º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05714A is Cyan = 0.96, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 113 | 74 | - |
| CMYK | 0.96 | 0 | 0.35 | 0.56 |
| HSL | 158.33º | 0.92% | 0.23% | - |
| HSV(B) | 158.33º | 0.96% | 0.44% | - |
| XYZ | 7.2 | 12.34 | 8.48 | - |
| YUV | 76.26 | 126.72 | 77.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 113 | 74 | 0.96 | 0 | 0.35 | 0.56 | 158.33 | 0.92 | 0.23 |
| Hex | 5 | 71 | 4A | 60 | 0 | 23 | 38 | 9E | 5C | 17 |
| Octal | 5 | 161 | 112 | 140 | 0 | 43 | 70 | 236 | 134 | 27 |
| Binary | 101 | 1110001 | 1001010 | 1100000 | 0 | 100011 | 111000 | 10011110 | 1011100 | 10111 |
Color Harmonies of #05714A
Complementary color
Monochromatic Colors of #05714A
Black with #05714A
Text Example
Text Example
White with #05714A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05714A; }
p { color: rgb(5,113,74); }
H1.HeaderClassName
{
color: #05714A;
}
.AnyTagClassName
{
color: #05714A;
}
</style>
background-color css
<style>
a { background-color: #05714A; }
a { background-color: rgb(5,113,74); }
div.DivClassName
{
background-color: #05714A;
}
.BgClassName
{
background-color: #05714A;
}
</style>
border-color css
<style>
span { border-color: #05714A; }
span { border-color: rgb(5,113,74); }
td.TdClassName
{
border-color: #05714A;
}
.TagClassName
{
border-color: #05714A;
}
</style>