Shades of Watercourse #0F614D
Tints of Watercourse #0F614D
RGB
CMYK
RGB Variations
Color information
#0F614D (or 0x0F614D) is known color: Watercourse. HEX triplet: 0F, 61 and 4D. RGB value is (15,97,77). Sum of RGB (Red+Green+Blue) = 15+97+77=189 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.94% from 189); Green value is 97 (38.28% from 255 or 51.32% from 189); Blue value is 77 (30.47% from 255 or 40.74% from 189); Max value from RGB is 97 - color contains mainly: green. Hex color #0F614D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F614D is #F09EB2. Grayscale: #464646. Windows color (decimal): -15769267 or 5071119. OLE color: 5071119.
HSL color Cylindrical-coordinate representation of color #0F614D: hue angle of 165.37º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F614D is Cyan = 0.85, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 15 | 97 | 77 | - |
| CMYK | 0.85 | 0 | 0.21 | 0.62 |
| HSL | 165.37º | 0.73% | 0.22% | - |
| HSV(B) | 165.37º | 0.85% | 0.38% | - |
| XYZ | 5.81 | 9.19 | 8.49 | - |
| YUV | 70.2 | 131.83 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 97 | 77 | 0.85 | 0 | 0.21 | 0.62 | 165.37 | 0.73 | 0.22 |
| Hex | F | 61 | 4D | 55 | 0 | 15 | 3E | A5 | 49 | 16 |
| Octal | 17 | 141 | 115 | 125 | 0 | 25 | 76 | 245 | 111 | 26 |
| Binary | 1111 | 1100001 | 1001101 | 1010101 | 0 | 10101 | 111110 | 10100101 | 1001001 | 10110 |
Color Harmonies of #0F614D
Complementary color
Monochromatic Colors of #0F614D
Black with #0F614D
Text Example
Text Example
White with #0F614D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F614D; }
p { color: rgb(15,97,77); }
H1.HeaderClassName
{
color: #0F614D;
}
.AnyTagClassName
{
color: #0F614D;
}
</style>
background-color css
<style>
a { background-color: #0F614D; }
a { background-color: rgb(15,97,77); }
div.DivClassName
{
background-color: #0F614D;
}
.BgClassName
{
background-color: #0F614D;
}
</style>
border-color css
<style>
span { border-color: #0F614D; }
span { border-color: rgb(15,97,77); }
td.TdClassName
{
border-color: #0F614D;
}
.TagClassName
{
border-color: #0F614D;
}
</style>