Shades of Watercourse #05764A
Tints of Watercourse #05764A
RGB
CMYK
RGB Variations
Color information
#05764A (or 0x05764A) is known color: Watercourse. HEX triplet: 05, 76 and 4A. RGB value is (5,118,74). Sum of RGB (Red+Green+Blue) = 5+118+74=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 118 (46.48% from 255 or 59.90% from 197); Blue value is 74 (29.30% from 255 or 37.56% from 197); Max value from RGB is 118 - color contains mainly: green. Hex color #05764A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05764A is #FA89B5. Grayscale: #4F4F4F. Windows color (decimal): -16419254 or 4879877. OLE color: 4879877.
HSL color Cylindrical-coordinate representation of color #05764A: hue angle of 156.64º 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 #05764A is Cyan = 0.96, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 5 | 118 | 74 | - |
| CMYK | 0.96 | 0 | 0.37 | 0.54 |
| HSL | 156.64º | 0.92% | 0.24% | - |
| HSV(B) | 156.64º | 0.96% | 0.46% | - |
| XYZ | 7.78 | 13.48 | 8.67 | - |
| YUV | 79.2 | 125.06 | 75.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 118 | 74 | 0.96 | 0 | 0.37 | 0.54 | 156.64 | 0.92 | 0.24 |
| Hex | 5 | 76 | 4A | 60 | 0 | 25 | 36 | 9D | 5C | 18 |
| Octal | 5 | 166 | 112 | 140 | 0 | 45 | 66 | 235 | 134 | 30 |
| Binary | 101 | 1110110 | 1001010 | 1100000 | 0 | 100101 | 110110 | 10011101 | 1011100 | 11000 |
Color Harmonies of #05764A
Complementary color
Monochromatic Colors of #05764A
Black with #05764A
Text Example
Text Example
White with #05764A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05764A; }
p { color: rgb(5,118,74); }
H1.HeaderClassName
{
color: #05764A;
}
.AnyTagClassName
{
color: #05764A;
}
</style>
background-color css
<style>
a { background-color: #05764A; }
a { background-color: rgb(5,118,74); }
div.DivClassName
{
background-color: #05764A;
}
.BgClassName
{
background-color: #05764A;
}
</style>
border-color css
<style>
span { border-color: #05764A; }
span { border-color: rgb(5,118,74); }
td.TdClassName
{
border-color: #05764A;
}
.TagClassName
{
border-color: #05764A;
}
</style>