Shades of Watercourse #0F6B54
Tints of Watercourse #0F6B54
RGB
CMYK
RGB Variations
Color information
#0F6B54 (or 0x0F6B54) is known color: Watercourse. HEX triplet: 0F, 6B and 54. RGB value is (15,107,84). Sum of RGB (Red+Green+Blue) = 15+107+84=206 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.28% from 206); Green value is 107 (42.19% from 255 or 51.94% from 206); Blue value is 84 (33.20% from 255 or 40.78% from 206); Max value from RGB is 107 - color contains mainly: green. Hex color #0F6B54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6B54 is #F094AB. Grayscale: #4C4C4C. Windows color (decimal): -15766700 or 5532431. OLE color: 5532431.
HSL color Cylindrical-coordinate representation of color #0F6B54: hue angle of 165º 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 #0F6B54 is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 15 | 107 | 84 | - |
| CMYK | 0.86 | 0 | 0.21 | 0.58 |
| HSL | 165º | 0.75% | 0.24% | - |
| HSV(B) | 165º | 0.86% | 0.42% | - |
| XYZ | 7.05 | 11.26 | 10.19 | - |
| YUV | 76.87 | 132.02 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 107 | 84 | 0.86 | 0 | 0.21 | 0.58 | 165 | 0.75 | 0.24 |
| Hex | F | 6B | 54 | 56 | 0 | 15 | 3A | A5 | 4B | 18 |
| Octal | 17 | 153 | 124 | 126 | 0 | 25 | 72 | 245 | 113 | 30 |
| Binary | 1111 | 1101011 | 1010100 | 1010110 | 0 | 10101 | 111010 | 10100101 | 1001011 | 11000 |
Color Harmonies of #0F6B54
Complementary color
Monochromatic Colors of #0F6B54
Black with #0F6B54
Text Example
Text Example
White with #0F6B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6B54; }
p { color: rgb(15,107,84); }
H1.HeaderClassName
{
color: #0F6B54;
}
.AnyTagClassName
{
color: #0F6B54;
}
</style>
background-color css
<style>
a { background-color: #0F6B54; }
a { background-color: rgb(15,107,84); }
div.DivClassName
{
background-color: #0F6B54;
}
.BgClassName
{
background-color: #0F6B54;
}
</style>
border-color css
<style>
span { border-color: #0F6B54; }
span { border-color: rgb(15,107,84); }
td.TdClassName
{
border-color: #0F6B54;
}
.TagClassName
{
border-color: #0F6B54;
}
</style>