Shades of Watercourse #05784D
Tints of Watercourse #05784D
RGB
CMYK
RGB Variations
Color information
#05784D (or 0x05784D) is known color: Watercourse. HEX triplet: 05, 78 and 4D. RGB value is (5,120,77). Sum of RGB (Red+Green+Blue) = 5+120+77=202 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.48% from 202); Green value is 120 (47.27% from 255 or 59.41% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 120 - color contains mainly: green. Hex color #05784D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05784D is #FA87B2. Grayscale: #505050. Windows color (decimal): -16418739 or 5076997. OLE color: 5076997.
HSL color Cylindrical-coordinate representation of color #05784D: hue angle of 157.57º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05784D is Cyan = 0.96, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 120 | 77 | - |
| CMYK | 0.96 | 0 | 0.36 | 0.53 |
| HSL | 157.57º | 0.92% | 0.25% | - |
| HSV(B) | 157.57º | 0.96% | 0.47% | - |
| XYZ | 8.12 | 14 | 9.3 | - |
| YUV | 80.71 | 125.9 | 74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 120 | 77 | 0.96 | 0 | 0.36 | 0.53 | 157.57 | 0.92 | 0.25 |
| Hex | 5 | 78 | 4D | 60 | 0 | 24 | 35 | 9E | 5C | 19 |
| Octal | 5 | 170 | 115 | 140 | 0 | 44 | 65 | 236 | 134 | 31 |
| Binary | 101 | 1111000 | 1001101 | 1100000 | 0 | 100100 | 110101 | 10011110 | 1011100 | 11001 |
Color Harmonies of #05784D
Complementary color
Monochromatic Colors of #05784D
Black with #05784D
Text Example
Text Example
White with #05784D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05784D; }
p { color: rgb(5,120,77); }
H1.HeaderClassName
{
color: #05784D;
}
.AnyTagClassName
{
color: #05784D;
}
</style>
background-color css
<style>
a { background-color: #05784D; }
a { background-color: rgb(5,120,77); }
div.DivClassName
{
background-color: #05784D;
}
.BgClassName
{
background-color: #05784D;
}
</style>
border-color css
<style>
span { border-color: #05784D; }
span { border-color: rgb(5,120,77); }
td.TdClassName
{
border-color: #05784D;
}
.TagClassName
{
border-color: #05784D;
}
</style>