Shades of Watercourse #01654C
Tints of Watercourse #01654C
RGB
CMYK
RGB Variations
Color information
#01654C (or 0x01654C) is known color: Watercourse. HEX triplet: 01, 65 and 4C. RGB value is (1,101,76). Sum of RGB (Red+Green+Blue) = 1+101+76=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 101 (39.84% from 255 or 56.74% from 178); Blue value is 76 (30.08% from 255 or 42.70% from 178); Max value from RGB is 101 - color contains mainly: green. Hex color #01654C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01654C is #FE9AB3. Grayscale: #444444. Windows color (decimal): -16685748 or 5006593. OLE color: 5006593.
HSL color Cylindrical-coordinate representation of color #01654C: hue angle of 165º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01654C is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 101 | 76 | - |
| CMYK | 0.99 | 0 | 0.25 | 0.60 |
| HSL | 165º | 0.98% | 0.2% | - |
| HSV(B) | 165º | 0.99% | 0.4% | - |
| XYZ | 5.97 | 9.84 | 8.42 | - |
| YUV | 68.25 | 132.37 | 80.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 101 | 76 | 0.99 | 0 | 0.25 | 0.60 | 165 | 0.98 | 0.2 |
| Hex | 1 | 65 | 4C | 63 | 0 | 19 | 3C | A5 | 62 | 14 |
| Octal | 1 | 145 | 114 | 143 | 0 | 31 | 74 | 245 | 142 | 24 |
| Binary | 1 | 1100101 | 1001100 | 1100011 | 0 | 11001 | 111100 | 10100101 | 1100010 | 10100 |
Color Harmonies of #01654C
Complementary color
Monochromatic Colors of #01654C
Black with #01654C
Text Example
Text Example
White with #01654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01654C; }
p { color: rgb(1,101,76); }
H1.HeaderClassName
{
color: #01654C;
}
.AnyTagClassName
{
color: #01654C;
}
</style>
background-color css
<style>
a { background-color: #01654C; }
a { background-color: rgb(1,101,76); }
div.DivClassName
{
background-color: #01654C;
}
.BgClassName
{
background-color: #01654C;
}
</style>
border-color css
<style>
span { border-color: #01654C; }
span { border-color: rgb(1,101,76); }
td.TdClassName
{
border-color: #01654C;
}
.TagClassName
{
border-color: #01654C;
}
</style>