Shades of Watercourse #017454
Tints of Watercourse #017454
RGB
CMYK
RGB Variations
Color information
#017454 (or 0x017454) is known color: Watercourse. HEX triplet: 01, 74 and 54. RGB value is (1,116,84). Sum of RGB (Red+Green+Blue) = 1+116+84=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 116 (45.70% from 255 or 57.71% from 201); Blue value is 84 (33.20% from 255 or 41.79% from 201); Max value from RGB is 116 - color contains mainly: green. Hex color #017454 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017454 is #FE8BAB. Grayscale: #4D4D4D. Windows color (decimal): -16681900 or 5534721. OLE color: 5534721.
HSL color Cylindrical-coordinate representation of color #017454: hue angle of 163.3º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017454 is Cyan = 0.99, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 116 | 84 | - |
| CMYK | 0.99 | 0 | 0.28 | 0.55 |
| HSL | 163.3º | 0.98% | 0.23% | - |
| HSV(B) | 163.3º | 0.99% | 0.45% | - |
| XYZ | 7.86 | 13.14 | 10.51 | - |
| YUV | 77.97 | 131.4 | 73.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 116 | 84 | 0.99 | 0 | 0.28 | 0.55 | 163.3 | 0.98 | 0.23 |
| Hex | 1 | 74 | 54 | 63 | 0 | 1C | 37 | A3 | 62 | 17 |
| Octal | 1 | 164 | 124 | 143 | 0 | 34 | 67 | 243 | 142 | 27 |
| Binary | 1 | 1110100 | 1010100 | 1100011 | 0 | 11100 | 110111 | 10100011 | 1100010 | 10111 |
Color Harmonies of #017454
Complementary color
Monochromatic Colors of #017454
Black with #017454
Text Example
Text Example
White with #017454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017454; }
p { color: rgb(1,116,84); }
H1.HeaderClassName
{
color: #017454;
}
.AnyTagClassName
{
color: #017454;
}
</style>
background-color css
<style>
a { background-color: #017454; }
a { background-color: rgb(1,116,84); }
div.DivClassName
{
background-color: #017454;
}
.BgClassName
{
background-color: #017454;
}
</style>
border-color css
<style>
span { border-color: #017454; }
span { border-color: rgb(1,116,84); }
td.TdClassName
{
border-color: #017454;
}
.TagClassName
{
border-color: #017454;
}
</style>