Shades of Watercourse #00613F
Tints of Watercourse #00613F
RGB
CMYK
RGB Variations
Color information
#00613F (or 0x00613F) is known color: Watercourse. HEX triplet: 00, 61 and 3F. RGB value is (0,97,63). Sum of RGB (Red+Green+Blue) = 0+97+63=160 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 160); Green value is 97 (38.28% from 255 or 60.62% from 160); Blue value is 63 (25% from 255 or 39.38% from 160); Max value from RGB is 97 - color contains mainly: green. Hex color #00613F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00613F is #FF9EC0. Grayscale: #404040. Windows color (decimal): -16752321 or 4153600. OLE color: 4153600.
HSL color Cylindrical-coordinate representation of color #00613F: hue angle of 158.97º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00613F is Cyan = 1, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 97 | 63 | - |
| CMYK | 1 | 0 | 0.35 | 0.62 |
| HSL | 158.97º | 1% | 0.19% | - |
| HSV(B) | 158.97º | 1% | 0.38% | - |
| XYZ | 5.17 | 8.91 | 6.15 | - |
| YUV | 64.12 | 127.36 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 97 | 63 | 1 | 0 | 0.35 | 0.62 | 158.97 | 1 | 0.19 |
| Hex | 0 | 61 | 3F | 64 | 0 | 23 | 3E | 9F | 64 | 13 |
| Octal | 0 | 141 | 77 | 144 | 0 | 43 | 76 | 237 | 144 | 23 |
| Binary | 0 | 1100001 | 111111 | 1100100 | 0 | 100011 | 111110 | 10011111 | 1100100 | 10011 |
Color Harmonies of #00613F
Complementary color
Monochromatic Colors of #00613F
Black with #00613F
Text Example
Text Example
White with #00613F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00613F; }
p { color: rgb(0,97,63); }
H1.HeaderClassName
{
color: #00613F;
}
.AnyTagClassName
{
color: #00613F;
}
</style>
background-color css
<style>
a { background-color: #00613F; }
a { background-color: rgb(0,97,63); }
div.DivClassName
{
background-color: #00613F;
}
.BgClassName
{
background-color: #00613F;
}
</style>
border-color css
<style>
span { border-color: #00613F; }
span { border-color: rgb(0,97,63); }
td.TdClassName
{
border-color: #00613F;
}
.TagClassName
{
border-color: #00613F;
}
</style>