Shades of Watercourse #05704D
Tints of Watercourse #05704D
RGB
CMYK
RGB Variations
Color information
#05704D (or 0x05704D) is known color: Watercourse. HEX triplet: 05, 70 and 4D. RGB value is (5,112,77). Sum of RGB (Red+Green+Blue) = 5+112+77=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 112 (44.14% from 255 or 57.73% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 112 - color contains mainly: green. Hex color #05704D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05704D is #FA8FB2. Grayscale: #4C4C4C. Windows color (decimal): -16420787 or 5074949. OLE color: 5074949.
HSL color Cylindrical-coordinate representation of color #05704D: hue angle of 160.37º degrees, saturation: 0.91, 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 #05704D is Cyan = 0.96, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 112 | 77 | - |
| CMYK | 0.96 | 0 | 0.31 | 0.56 |
| HSL | 160.37º | 0.91% | 0.23% | - |
| HSV(B) | 160.37º | 0.96% | 0.44% | - |
| XYZ | 7.2 | 12.16 | 8.99 | - |
| YUV | 76.02 | 128.55 | 77.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 112 | 77 | 0.96 | 0 | 0.31 | 0.56 | 160.37 | 0.91 | 0.23 |
| Hex | 5 | 70 | 4D | 60 | 0 | 1F | 38 | A0 | 5B | 17 |
| Octal | 5 | 160 | 115 | 140 | 0 | 37 | 70 | 240 | 133 | 27 |
| Binary | 101 | 1110000 | 1001101 | 1100000 | 0 | 11111 | 111000 | 10100000 | 1011011 | 10111 |
Color Harmonies of #05704D
Complementary color
Monochromatic Colors of #05704D
Black with #05704D
Text Example
Text Example
White with #05704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05704D; }
p { color: rgb(5,112,77); }
H1.HeaderClassName
{
color: #05704D;
}
.AnyTagClassName
{
color: #05704D;
}
</style>
background-color css
<style>
a { background-color: #05704D; }
a { background-color: rgb(5,112,77); }
div.DivClassName
{
background-color: #05704D;
}
.BgClassName
{
background-color: #05704D;
}
</style>
border-color css
<style>
span { border-color: #05704D; }
span { border-color: rgb(5,112,77); }
td.TdClassName
{
border-color: #05704D;
}
.TagClassName
{
border-color: #05704D;
}
</style>