Shades of Watercourse #017A52
Tints of Watercourse #017A52
RGB
CMYK
RGB Variations
Color information
#017A52 (or 0x017A52) is known color: Watercourse. HEX triplet: 01, 7A and 52. RGB value is (1,122,82). Sum of RGB (Red+Green+Blue) = 1+122+82=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 122 (48.05% from 255 or 59.51% from 205); Blue value is 82 (32.42% from 255 or 40% from 205); Max value from RGB is 122 - color contains mainly: green. Hex color #017A52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017A52 is #FE85AD. Grayscale: #515151. Windows color (decimal): -16680366 or 5405185. OLE color: 5405185.
HSL color Cylindrical-coordinate representation of color #017A52: hue angle of 160.17º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017A52 is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 1 | 122 | 82 | - |
| CMYK | 0.99 | 0 | 0.33 | 0.52 |
| HSL | 160.17º | 0.98% | 0.24% | - |
| HSV(B) | 160.17º | 0.99% | 0.48% | - |
| XYZ | 8.5 | 14.53 | 10.34 | - |
| YUV | 81.26 | 128.41 | 70.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 122 | 82 | 0.99 | 0 | 0.33 | 0.52 | 160.17 | 0.98 | 0.24 |
| Hex | 1 | 7A | 52 | 63 | 0 | 21 | 34 | A0 | 62 | 18 |
| Octal | 1 | 172 | 122 | 143 | 0 | 41 | 64 | 240 | 142 | 30 |
| Binary | 1 | 1111010 | 1010010 | 1100011 | 0 | 100001 | 110100 | 10100000 | 1100010 | 11000 |
Color Harmonies of #017A52
Complementary color
Monochromatic Colors of #017A52
Black with #017A52
Text Example
Text Example
White with #017A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017A52; }
p { color: rgb(1,122,82); }
H1.HeaderClassName
{
color: #017A52;
}
.AnyTagClassName
{
color: #017A52;
}
</style>
background-color css
<style>
a { background-color: #017A52; }
a { background-color: rgb(1,122,82); }
div.DivClassName
{
background-color: #017A52;
}
.BgClassName
{
background-color: #017A52;
}
</style>
border-color css
<style>
span { border-color: #017A52; }
span { border-color: rgb(1,122,82); }
td.TdClassName
{
border-color: #017A52;
}
.TagClassName
{
border-color: #017A52;
}
</style>