Shades of Watercourse #01674C
Tints of Watercourse #01674C
RGB
CMYK
RGB Variations
Color information
#01674C (or 0x01674C) is known color: Watercourse. HEX triplet: 01, 67 and 4C. RGB value is (1,103,76). Sum of RGB (Red+Green+Blue) = 1+103+76=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 103 (40.62% from 255 or 57.22% from 180); Blue value is 76 (30.08% from 255 or 42.22% from 180); Max value from RGB is 103 - color contains mainly: green. Hex color #01674C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01674C is #FE98B3. Grayscale: #454545. Windows color (decimal): -16685236 or 5007105. OLE color: 5007105.
HSL color Cylindrical-coordinate representation of color #01674C: hue angle of 164.12º 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 #01674C is Cyan = 0.99, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 103 | 76 | - |
| CMYK | 0.99 | 0 | 0.26 | 0.60 |
| HSL | 164.12º | 0.98% | 0.2% | - |
| HSV(B) | 164.12º | 0.99% | 0.4% | - |
| XYZ | 6.17 | 10.23 | 8.49 | - |
| YUV | 69.42 | 131.71 | 79.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 103 | 76 | 0.99 | 0 | 0.26 | 0.60 | 164.12 | 0.98 | 0.2 |
| Hex | 1 | 67 | 4C | 63 | 0 | 1A | 3C | A4 | 62 | 14 |
| Octal | 1 | 147 | 114 | 143 | 0 | 32 | 74 | 244 | 142 | 24 |
| Binary | 1 | 1100111 | 1001100 | 1100011 | 0 | 11010 | 111100 | 10100100 | 1100010 | 10100 |
Color Harmonies of #01674C
Complementary color
Monochromatic Colors of #01674C
Black with #01674C
Text Example
Text Example
White with #01674C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01674C; }
p { color: rgb(1,103,76); }
H1.HeaderClassName
{
color: #01674C;
}
.AnyTagClassName
{
color: #01674C;
}
</style>
background-color css
<style>
a { background-color: #01674C; }
a { background-color: rgb(1,103,76); }
div.DivClassName
{
background-color: #01674C;
}
.BgClassName
{
background-color: #01674C;
}
</style>
border-color css
<style>
span { border-color: #01674C; }
span { border-color: rgb(1,103,76); }
td.TdClassName
{
border-color: #01674C;
}
.TagClassName
{
border-color: #01674C;
}
</style>