Shades of Watercourse #05794C
Tints of Watercourse #05794C
RGB
CMYK
RGB Variations
Color information
#05794C (or 0x05794C) is known color: Watercourse. HEX triplet: 05, 79 and 4C. RGB value is (5,121,76). Sum of RGB (Red+Green+Blue) = 5+121+76=202 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.48% from 202); Green value is 121 (47.66% from 255 or 59.90% from 202); Blue value is 76 (30.08% from 255 or 37.62% from 202); Max value from RGB is 121 - color contains mainly: green. Hex color #05794C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05794C is #FA86B3. Grayscale: #515151. Windows color (decimal): -16418484 or 5011717. OLE color: 5011717.
HSL color Cylindrical-coordinate representation of color #05794C: hue angle of 156.72º 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 #05794C is Cyan = 0.96, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 121 | 76 | - |
| CMYK | 0.96 | 0 | 0.37 | 0.53 |
| HSL | 156.72º | 0.92% | 0.25% | - |
| HSV(B) | 156.72º | 0.96% | 0.47% | - |
| XYZ | 8.2 | 14.23 | 9.15 | - |
| YUV | 81.19 | 125.07 | 73.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 121 | 76 | 0.96 | 0 | 0.37 | 0.53 | 156.72 | 0.92 | 0.25 |
| Hex | 5 | 79 | 4C | 60 | 0 | 25 | 35 | 9D | 5C | 19 |
| Octal | 5 | 171 | 114 | 140 | 0 | 45 | 65 | 235 | 134 | 31 |
| Binary | 101 | 1111001 | 1001100 | 1100000 | 0 | 100101 | 110101 | 10011101 | 1011100 | 11001 |
Color Harmonies of #05794C
Complementary color
Monochromatic Colors of #05794C
Black with #05794C
Text Example
Text Example
White with #05794C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05794C; }
p { color: rgb(5,121,76); }
H1.HeaderClassName
{
color: #05794C;
}
.AnyTagClassName
{
color: #05794C;
}
</style>
background-color css
<style>
a { background-color: #05794C; }
a { background-color: rgb(5,121,76); }
div.DivClassName
{
background-color: #05794C;
}
.BgClassName
{
background-color: #05794C;
}
</style>
border-color css
<style>
span { border-color: #05794C; }
span { border-color: rgb(5,121,76); }
td.TdClassName
{
border-color: #05794C;
}
.TagClassName
{
border-color: #05794C;
}
</style>