Shades of Watercourse #01754B
Tints of Watercourse #01754B
RGB
CMYK
RGB Variations
Color information
#01754B (or 0x01754B) is known color: Watercourse. HEX triplet: 01, 75 and 4B. RGB value is (1,117,75). Sum of RGB (Red+Green+Blue) = 1+117+75=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 117 (46.09% from 255 or 60.62% from 193); Blue value is 75 (29.69% from 255 or 38.86% from 193); Max value from RGB is 117 - color contains mainly: green. Hex color #01754B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01754B is #FE8AB4. Grayscale: #4D4D4D. Windows color (decimal): -16681653 or 4945153. OLE color: 4945153.
HSL color Cylindrical-coordinate representation of color #01754B: hue angle of 158.28º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01754B is Cyan = 0.99, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 117 | 75 | - |
| CMYK | 0.99 | 0 | 0.36 | 0.54 |
| HSL | 158.28º | 0.98% | 0.23% | - |
| HSV(B) | 158.28º | 0.99% | 0.46% | - |
| XYZ | 7.64 | 13.24 | 8.81 | - |
| YUV | 77.53 | 126.57 | 73.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 117 | 75 | 0.99 | 0 | 0.36 | 0.54 | 158.28 | 0.98 | 0.23 |
| Hex | 1 | 75 | 4B | 63 | 0 | 24 | 36 | 9E | 62 | 17 |
| Octal | 1 | 165 | 113 | 143 | 0 | 44 | 66 | 236 | 142 | 27 |
| Binary | 1 | 1110101 | 1001011 | 1100011 | 0 | 100100 | 110110 | 10011110 | 1100010 | 10111 |
Color Harmonies of #01754B
Complementary color
Monochromatic Colors of #01754B
Black with #01754B
Text Example
Text Example
White with #01754B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01754B; }
p { color: rgb(1,117,75); }
H1.HeaderClassName
{
color: #01754B;
}
.AnyTagClassName
{
color: #01754B;
}
</style>
background-color css
<style>
a { background-color: #01754B; }
a { background-color: rgb(1,117,75); }
div.DivClassName
{
background-color: #01754B;
}
.BgClassName
{
background-color: #01754B;
}
</style>
border-color css
<style>
span { border-color: #01754B; }
span { border-color: rgb(1,117,75); }
td.TdClassName
{
border-color: #01754B;
}
.TagClassName
{
border-color: #01754B;
}
</style>