Shades of Watercourse #05784C
Tints of Watercourse #05784C
RGB
CMYK
RGB Variations
Color information
#05784C (or 0x05784C) is known color: Watercourse. HEX triplet: 05, 78 and 4C. RGB value is (5,120,76). Sum of RGB (Red+Green+Blue) = 5+120+76=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 120 (47.27% from 255 or 59.70% from 201); Blue value is 76 (30.08% from 255 or 37.81% from 201); Max value from RGB is 120 - color contains mainly: green. Hex color #05784C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05784C is #FA87B3. Grayscale: #505050. Windows color (decimal): -16418740 or 5011461. OLE color: 5011461.
HSL color Cylindrical-coordinate representation of color #05784C: hue angle of 157.04º 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 #05784C is Cyan = 0.96, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 120 | 76 | - |
| CMYK | 0.96 | 0 | 0.37 | 0.53 |
| HSL | 157.04º | 0.92% | 0.25% | - |
| HSV(B) | 157.04º | 0.96% | 0.47% | - |
| XYZ | 8.08 | 13.99 | 9.11 | - |
| YUV | 80.6 | 125.4 | 74.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 120 | 76 | 0.96 | 0 | 0.37 | 0.53 | 157.04 | 0.92 | 0.25 |
| Hex | 5 | 78 | 4C | 60 | 0 | 25 | 35 | 9D | 5C | 19 |
| Octal | 5 | 170 | 114 | 140 | 0 | 45 | 65 | 235 | 134 | 31 |
| Binary | 101 | 1111000 | 1001100 | 1100000 | 0 | 100101 | 110101 | 10011101 | 1011100 | 11001 |
Color Harmonies of #05784C
Complementary color
Monochromatic Colors of #05784C
Black with #05784C
Text Example
Text Example
White with #05784C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05784C; }
p { color: rgb(5,120,76); }
H1.HeaderClassName
{
color: #05784C;
}
.AnyTagClassName
{
color: #05784C;
}
</style>
background-color css
<style>
a { background-color: #05784C; }
a { background-color: rgb(5,120,76); }
div.DivClassName
{
background-color: #05784C;
}
.BgClassName
{
background-color: #05784C;
}
</style>
border-color css
<style>
span { border-color: #05784C; }
span { border-color: rgb(5,120,76); }
td.TdClassName
{
border-color: #05784C;
}
.TagClassName
{
border-color: #05784C;
}
</style>