Shades of Watercourse #016E4B
Tints of Watercourse #016E4B
RGB
CMYK
RGB Variations
Color information
#016E4B (or 0x016E4B) is known color: Watercourse. HEX triplet: 01, 6E and 4B. RGB value is (1,110,75). Sum of RGB (Red+Green+Blue) = 1+110+75=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 110 (43.36% from 255 or 59.14% from 186); Blue value is 75 (29.69% from 255 or 40.32% from 186); Max value from RGB is 110 - color contains mainly: green. Hex color #016E4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016E4B is #FE91B4. Grayscale: #494949. Windows color (decimal): -16683445 or 4943361. OLE color: 4943361.
HSL color Cylindrical-coordinate representation of color #016E4B: hue angle of 160.73º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016E4B is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 110 | 75 | - |
| CMYK | 0.99 | 0 | 0.32 | 0.57 |
| HSL | 160.73º | 0.98% | 0.22% | - |
| HSV(B) | 160.73º | 0.99% | 0.43% | - |
| XYZ | 6.86 | 11.67 | 8.55 | - |
| YUV | 73.42 | 128.89 | 76.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 110 | 75 | 0.99 | 0 | 0.32 | 0.57 | 160.73 | 0.98 | 0.22 |
| Hex | 1 | 6E | 4B | 63 | 0 | 20 | 39 | A1 | 62 | 16 |
| Octal | 1 | 156 | 113 | 143 | 0 | 40 | 71 | 241 | 142 | 26 |
| Binary | 1 | 1101110 | 1001011 | 1100011 | 0 | 100000 | 111001 | 10100001 | 1100010 | 10110 |
Color Harmonies of #016E4B
Complementary color
Monochromatic Colors of #016E4B
Black with #016E4B
Text Example
Text Example
White with #016E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016E4B; }
p { color: rgb(1,110,75); }
H1.HeaderClassName
{
color: #016E4B;
}
.AnyTagClassName
{
color: #016E4B;
}
</style>
background-color css
<style>
a { background-color: #016E4B; }
a { background-color: rgb(1,110,75); }
div.DivClassName
{
background-color: #016E4B;
}
.BgClassName
{
background-color: #016E4B;
}
</style>
border-color css
<style>
span { border-color: #016E4B; }
span { border-color: rgb(1,110,75); }
td.TdClassName
{
border-color: #016E4B;
}
.TagClassName
{
border-color: #016E4B;
}
</style>