Shades of Watercourse #01674F
Tints of Watercourse #01674F
RGB
CMYK
RGB Variations
Color information
#01674F (or 0x01674F) is known color: Watercourse. HEX triplet: 01, 67 and 4F. RGB value is (1,103,79). Sum of RGB (Red+Green+Blue) = 1+103+79=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 103 (40.62% from 255 or 56.28% from 183); Blue value is 79 (31.25% from 255 or 43.17% from 183); Max value from RGB is 103 - color contains mainly: green. Hex color #01674F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01674F is #FE98B0. Grayscale: #454545. Windows color (decimal): -16685233 or 5203713. OLE color: 5203713.
HSL color Cylindrical-coordinate representation of color #01674F: hue angle of 165.88º 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 #01674F is Cyan = 0.99, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 103 | 79 | - |
| CMYK | 0.99 | 0 | 0.23 | 0.60 |
| HSL | 165.88º | 0.98% | 0.2% | - |
| HSV(B) | 165.88º | 0.99% | 0.4% | - |
| XYZ | 6.27 | 10.27 | 9.05 | - |
| YUV | 69.77 | 133.21 | 78.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 103 | 79 | 0.99 | 0 | 0.23 | 0.60 | 165.88 | 0.98 | 0.2 |
| Hex | 1 | 67 | 4F | 63 | 0 | 17 | 3C | A6 | 62 | 14 |
| Octal | 1 | 147 | 117 | 143 | 0 | 27 | 74 | 246 | 142 | 24 |
| Binary | 1 | 1100111 | 1001111 | 1100011 | 0 | 10111 | 111100 | 10100110 | 1100010 | 10100 |
Color Harmonies of #01674F
Complementary color
Monochromatic Colors of #01674F
Black with #01674F
Text Example
Text Example
White with #01674F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01674F; }
p { color: rgb(1,103,79); }
H1.HeaderClassName
{
color: #01674F;
}
.AnyTagClassName
{
color: #01674F;
}
</style>
background-color css
<style>
a { background-color: #01674F; }
a { background-color: rgb(1,103,79); }
div.DivClassName
{
background-color: #01674F;
}
.BgClassName
{
background-color: #01674F;
}
</style>
border-color css
<style>
span { border-color: #01674F; }
span { border-color: rgb(1,103,79); }
td.TdClassName
{
border-color: #01674F;
}
.TagClassName
{
border-color: #01674F;
}
</style>