Shades of Watercourse #0F6B51
Tints of Watercourse #0F6B51
RGB
CMYK
RGB Variations
Color information
#0F6B51 (or 0x0F6B51) is known color: Watercourse. HEX triplet: 0F, 6B and 51. RGB value is (15,107,81). Sum of RGB (Red+Green+Blue) = 15+107+81=203 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.39% from 203); Green value is 107 (42.19% from 255 or 52.71% from 203); Blue value is 81 (32.03% from 255 or 39.90% from 203); Max value from RGB is 107 - color contains mainly: green. Hex color #0F6B51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6B51 is #F094AE. Grayscale: #4C4C4C. Windows color (decimal): -15766703 or 5335823. OLE color: 5335823.
HSL color Cylindrical-coordinate representation of color #0F6B51: hue angle of 163.04º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F6B51 is Cyan = 0.86, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 15 | 107 | 81 | - |
| CMYK | 0.86 | 0 | 0.24 | 0.58 |
| HSL | 163.04º | 0.75% | 0.24% | - |
| HSV(B) | 163.04º | 0.86% | 0.42% | - |
| XYZ | 6.94 | 11.21 | 9.58 | - |
| YUV | 76.53 | 130.52 | 84.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 107 | 81 | 0.86 | 0 | 0.24 | 0.58 | 163.04 | 0.75 | 0.24 |
| Hex | F | 6B | 51 | 56 | 0 | 18 | 3A | A3 | 4B | 18 |
| Octal | 17 | 153 | 121 | 126 | 0 | 30 | 72 | 243 | 113 | 30 |
| Binary | 1111 | 1101011 | 1010001 | 1010110 | 0 | 11000 | 111010 | 10100011 | 1001011 | 11000 |
Color Harmonies of #0F6B51
Complementary color
Monochromatic Colors of #0F6B51
Black with #0F6B51
Text Example
Text Example
White with #0F6B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6B51; }
p { color: rgb(15,107,81); }
H1.HeaderClassName
{
color: #0F6B51;
}
.AnyTagClassName
{
color: #0F6B51;
}
</style>
background-color css
<style>
a { background-color: #0F6B51; }
a { background-color: rgb(15,107,81); }
div.DivClassName
{
background-color: #0F6B51;
}
.BgClassName
{
background-color: #0F6B51;
}
</style>
border-color css
<style>
span { border-color: #0F6B51; }
span { border-color: rgb(15,107,81); }
td.TdClassName
{
border-color: #0F6B51;
}
.TagClassName
{
border-color: #0F6B51;
}
</style>