Shades of Watercourse #05774D
Tints of Watercourse #05774D
RGB
CMYK
RGB Variations
Color information
#05774D (or 0x05774D) is known color: Watercourse. HEX triplet: 05, 77 and 4D. RGB value is (5,119,77). Sum of RGB (Red+Green+Blue) = 5+119+77=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 119 (46.88% from 255 or 59.20% from 201); Blue value is 77 (30.47% from 255 or 38.31% from 201); Max value from RGB is 119 - color contains mainly: green. Hex color #05774D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05774D is #FA88B2. Grayscale: #505050. Windows color (decimal): -16418995 or 5076741. OLE color: 5076741.
HSL color Cylindrical-coordinate representation of color #05774D: hue angle of 157.89º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05774D is Cyan = 0.96, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 119 | 77 | - |
| CMYK | 0.96 | 0 | 0.35 | 0.53 |
| HSL | 157.89º | 0.92% | 0.24% | - |
| HSV(B) | 157.89º | 0.96% | 0.47% | - |
| XYZ | 8 | 13.76 | 9.26 | - |
| YUV | 80.13 | 126.23 | 74.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 119 | 77 | 0.96 | 0 | 0.35 | 0.53 | 157.89 | 0.92 | 0.24 |
| Hex | 5 | 77 | 4D | 60 | 0 | 23 | 35 | 9E | 5C | 18 |
| Octal | 5 | 167 | 115 | 140 | 0 | 43 | 65 | 236 | 134 | 30 |
| Binary | 101 | 1110111 | 1001101 | 1100000 | 0 | 100011 | 110101 | 10011110 | 1011100 | 11000 |
Color Harmonies of #05774D
Complementary color
Monochromatic Colors of #05774D
Black with #05774D
Text Example
Text Example
White with #05774D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05774D; }
p { color: rgb(5,119,77); }
H1.HeaderClassName
{
color: #05774D;
}
.AnyTagClassName
{
color: #05774D;
}
</style>
background-color css
<style>
a { background-color: #05774D; }
a { background-color: rgb(5,119,77); }
div.DivClassName
{
background-color: #05774D;
}
.BgClassName
{
background-color: #05774D;
}
</style>
border-color css
<style>
span { border-color: #05774D; }
span { border-color: rgb(5,119,77); }
td.TdClassName
{
border-color: #05774D;
}
.TagClassName
{
border-color: #05774D;
}
</style>