Shades of Watercourse #05774C
Tints of Watercourse #05774C
RGB
CMYK
RGB Variations
Color information
#05774C (or 0x05774C) is known color: Watercourse. HEX triplet: 05, 77 and 4C. RGB value is (5,119,76). Sum of RGB (Red+Green+Blue) = 5+119+76=200 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.5% from 200); Green value is 119 (46.88% from 255 or 59.5% from 200); Blue value is 76 (30.08% from 255 or 38% from 200); Max value from RGB is 119 - color contains mainly: green. Hex color #05774C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05774C is #FA88B3. Grayscale: #505050. Windows color (decimal): -16418996 or 5011205. OLE color: 5011205.
HSL color Cylindrical-coordinate representation of color #05774C: hue angle of 157.37º 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 #05774C is Cyan = 0.96, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 119 | 76 | - |
| CMYK | 0.96 | 0 | 0.36 | 0.53 |
| HSL | 157.37º | 0.92% | 0.24% | - |
| HSV(B) | 157.37º | 0.96% | 0.47% | - |
| XYZ | 7.96 | 13.75 | 9.07 | - |
| YUV | 80.01 | 125.73 | 74.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 119 | 76 | 0.96 | 0 | 0.36 | 0.53 | 157.37 | 0.92 | 0.24 |
| Hex | 5 | 77 | 4C | 60 | 0 | 24 | 35 | 9D | 5C | 18 |
| Octal | 5 | 167 | 114 | 140 | 0 | 44 | 65 | 235 | 134 | 30 |
| Binary | 101 | 1110111 | 1001100 | 1100000 | 0 | 100100 | 110101 | 10011101 | 1011100 | 11000 |
Color Harmonies of #05774C
Complementary color
Monochromatic Colors of #05774C
Black with #05774C
Text Example
Text Example
White with #05774C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05774C; }
p { color: rgb(5,119,76); }
H1.HeaderClassName
{
color: #05774C;
}
.AnyTagClassName
{
color: #05774C;
}
</style>
background-color css
<style>
a { background-color: #05774C; }
a { background-color: rgb(5,119,76); }
div.DivClassName
{
background-color: #05774C;
}
.BgClassName
{
background-color: #05774C;
}
</style>
border-color css
<style>
span { border-color: #05774C; }
span { border-color: rgb(5,119,76); }
td.TdClassName
{
border-color: #05774C;
}
.TagClassName
{
border-color: #05774C;
}
</style>