Shades of Watercourse #017C43
Tints of Watercourse #017C43
RGB
CMYK
RGB Variations
Color information
#017C43 (or 0x017C43) is known color: Watercourse. HEX triplet: 01, 7C and 43. RGB value is (1,124,67). Sum of RGB (Red+Green+Blue) = 1+124+67=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 124 (48.83% from 255 or 64.58% from 192); Blue value is 67 (26.56% from 255 or 34.90% from 192); Max value from RGB is 124 - color contains mainly: green. Hex color #017C43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017C43 is #FE83BC. Grayscale: #505050. Windows color (decimal): -16679869 or 4422657. OLE color: 4422657.
HSL color Cylindrical-coordinate representation of color #017C43: hue angle of 152.2º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017C43 is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 124 | 67 | - |
| CMYK | 0.99 | 0 | 0.46 | 0.51 |
| HSL | 152.2º | 0.98% | 0.25% | - |
| HSV(B) | 152.2º | 0.99% | 0.49% | - |
| XYZ | 8.23 | 14.83 | 7.74 | - |
| YUV | 80.73 | 120.25 | 71.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 124 | 67 | 0.99 | 0 | 0.46 | 0.51 | 152.2 | 0.98 | 0.25 |
| Hex | 1 | 7C | 43 | 63 | 0 | 2E | 33 | 98 | 62 | 19 |
| Octal | 1 | 174 | 103 | 143 | 0 | 56 | 63 | 230 | 142 | 31 |
| Binary | 1 | 1111100 | 1000011 | 1100011 | 0 | 101110 | 110011 | 10011000 | 1100010 | 11001 |
Color Harmonies of #017C43
Complementary color
Monochromatic Colors of #017C43
Black with #017C43
Text Example
Text Example
White with #017C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017C43; }
p { color: rgb(1,124,67); }
H1.HeaderClassName
{
color: #017C43;
}
.AnyTagClassName
{
color: #017C43;
}
</style>
background-color css
<style>
a { background-color: #017C43; }
a { background-color: rgb(1,124,67); }
div.DivClassName
{
background-color: #017C43;
}
.BgClassName
{
background-color: #017C43;
}
</style>
border-color css
<style>
span { border-color: #017C43; }
span { border-color: rgb(1,124,67); }
td.TdClassName
{
border-color: #017C43;
}
.TagClassName
{
border-color: #017C43;
}
</style>