Shades of Watercourse #01664A
Tints of Watercourse #01664A
RGB
CMYK
RGB Variations
Color information
#01664A (or 0x01664A) is known color: Watercourse. HEX triplet: 01, 66 and 4A. RGB value is (1,102,74). Sum of RGB (Red+Green+Blue) = 1+102+74=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 102 (40.23% from 255 or 57.63% from 177); Blue value is 74 (29.30% from 255 or 41.81% from 177); Max value from RGB is 102 - color contains mainly: green. Hex color #01664A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01664A is #FE99B5. Grayscale: #444444. Windows color (decimal): -16685494 or 4875777. OLE color: 4875777.
HSL color Cylindrical-coordinate representation of color #01664A: hue angle of 163.37º 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 #01664A is Cyan = 0.99, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 1 | 102 | 74 | - |
| CMYK | 0.99 | 0 | 0.27 | 0.6 |
| HSL | 163.37º | 0.98% | 0.2% | - |
| HSV(B) | 163.37º | 0.99% | 0.4% | - |
| XYZ | 6 | 10 | 8.09 | - |
| YUV | 68.61 | 131.04 | 79.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 102 | 74 | 0.99 | 0 | 0.27 | 0.6 | 163.37 | 0.98 | 0.2 |
| Hex | 1 | 66 | 4A | 63 | 0 | 1B | 3C | A3 | 62 | 14 |
| Octal | 1 | 146 | 112 | 143 | 0 | 33 | 74 | 243 | 142 | 24 |
| Binary | 1 | 1100110 | 1001010 | 1100011 | 0 | 11011 | 111100 | 10100011 | 1100010 | 10100 |
Color Harmonies of #01664A
Complementary color
Monochromatic Colors of #01664A
Black with #01664A
Text Example
Text Example
White with #01664A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01664A; }
p { color: rgb(1,102,74); }
H1.HeaderClassName
{
color: #01664A;
}
.AnyTagClassName
{
color: #01664A;
}
</style>
background-color css
<style>
a { background-color: #01664A; }
a { background-color: rgb(1,102,74); }
div.DivClassName
{
background-color: #01664A;
}
.BgClassName
{
background-color: #01664A;
}
</style>
border-color css
<style>
span { border-color: #01664A; }
span { border-color: rgb(1,102,74); }
td.TdClassName
{
border-color: #01664A;
}
.TagClassName
{
border-color: #01664A;
}
</style>