Shades of Watercourse #0F6F57
Tints of Watercourse #0F6F57
RGB
CMYK
RGB Variations
Color information
#0F6F57 (or 0x0F6F57) is known color: Watercourse. HEX triplet: 0F, 6F and 57. RGB value is (15,111,87). Sum of RGB (Red+Green+Blue) = 15+111+87=213 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.04% from 213); Green value is 111 (43.75% from 255 or 52.11% from 213); Blue value is 87 (34.38% from 255 or 40.85% from 213); Max value from RGB is 111 - color contains mainly: green. Hex color #0F6F57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6F57 is #F090A8. Grayscale: #4F4F4F. Windows color (decimal): -15765673 or 5730063. OLE color: 5730063.
HSL color Cylindrical-coordinate representation of color #0F6F57: hue angle of 165º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F6F57 is Cyan = 0.86, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 111 | 87 | - |
| CMYK | 0.86 | 0 | 0.22 | 0.56 |
| HSL | 165º | 0.76% | 0.25% | - |
| HSV(B) | 165º | 0.86% | 0.44% | - |
| XYZ | 7.6 | 12.16 | 10.96 | - |
| YUV | 79.56 | 132.2 | 81.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 111 | 87 | 0.86 | 0 | 0.22 | 0.56 | 165 | 0.76 | 0.25 |
| Hex | F | 6F | 57 | 56 | 0 | 16 | 38 | A5 | 4C | 19 |
| Octal | 17 | 157 | 127 | 126 | 0 | 26 | 70 | 245 | 114 | 31 |
| Binary | 1111 | 1101111 | 1010111 | 1010110 | 0 | 10110 | 111000 | 10100101 | 1001100 | 11001 |
Color Harmonies of #0F6F57
Complementary color
Monochromatic Colors of #0F6F57
Black with #0F6F57
Text Example
Text Example
White with #0F6F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6F57; }
p { color: rgb(15,111,87); }
H1.HeaderClassName
{
color: #0F6F57;
}
.AnyTagClassName
{
color: #0F6F57;
}
</style>
background-color css
<style>
a { background-color: #0F6F57; }
a { background-color: rgb(15,111,87); }
div.DivClassName
{
background-color: #0F6F57;
}
.BgClassName
{
background-color: #0F6F57;
}
</style>
border-color css
<style>
span { border-color: #0F6F57; }
span { border-color: rgb(15,111,87); }
td.TdClassName
{
border-color: #0F6F57;
}
.TagClassName
{
border-color: #0F6F57;
}
</style>