Shades of Watercourse #05764D
Tints of Watercourse #05764D
RGB
CMYK
RGB Variations
Color information
#05764D (or 0x05764D) is known color: Watercourse. HEX triplet: 05, 76 and 4D. RGB value is (5,118,77). Sum of RGB (Red+Green+Blue) = 5+118+77=200 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.5% from 200); Green value is 118 (46.48% from 255 or 59% from 200); Blue value is 77 (30.47% from 255 or 38.5% from 200); Max value from RGB is 118 - color contains mainly: green. Hex color #05764D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05764D is #FA89B2. Grayscale: #4F4F4F. Windows color (decimal): -16419251 or 5076485. OLE color: 5076485.
HSL color Cylindrical-coordinate representation of color #05764D: hue angle of 158.23º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05764D is Cyan = 0.96, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 5 | 118 | 77 | - |
| CMYK | 0.96 | 0 | 0.35 | 0.54 |
| HSL | 158.23º | 0.92% | 0.24% | - |
| HSV(B) | 158.23º | 0.96% | 0.46% | - |
| XYZ | 7.88 | 13.52 | 9.22 | - |
| YUV | 79.54 | 126.56 | 74.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 118 | 77 | 0.96 | 0 | 0.35 | 0.54 | 158.23 | 0.92 | 0.24 |
| Hex | 5 | 76 | 4D | 60 | 0 | 23 | 36 | 9E | 5C | 18 |
| Octal | 5 | 166 | 115 | 140 | 0 | 43 | 66 | 236 | 134 | 30 |
| Binary | 101 | 1110110 | 1001101 | 1100000 | 0 | 100011 | 110110 | 10011110 | 1011100 | 11000 |
Color Harmonies of #05764D
Complementary color
Monochromatic Colors of #05764D
Black with #05764D
Text Example
Text Example
White with #05764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05764D; }
p { color: rgb(5,118,77); }
H1.HeaderClassName
{
color: #05764D;
}
.AnyTagClassName
{
color: #05764D;
}
</style>
background-color css
<style>
a { background-color: #05764D; }
a { background-color: rgb(5,118,77); }
div.DivClassName
{
background-color: #05764D;
}
.BgClassName
{
background-color: #05764D;
}
</style>
border-color css
<style>
span { border-color: #05764D; }
span { border-color: rgb(5,118,77); }
td.TdClassName
{
border-color: #05764D;
}
.TagClassName
{
border-color: #05764D;
}
</style>