Shades of Watercourse #0F6C53
Tints of Watercourse #0F6C53
RGB
CMYK
RGB Variations
Color information
#0F6C53 (or 0x0F6C53) is known color: Watercourse. HEX triplet: 0F, 6C and 53. RGB value is (15,108,83). Sum of RGB (Red+Green+Blue) = 15+108+83=206 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.28% from 206); Green value is 108 (42.58% from 255 or 52.43% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 108 - color contains mainly: green. Hex color #0F6C53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6C53 is #F093AC. Grayscale: #4D4D4D. Windows color (decimal): -15766445 or 5467151. OLE color: 5467151.
HSL color Cylindrical-coordinate representation of color #0F6C53: hue angle of 163.87º degrees, saturation: 0.76, 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 #0F6C53 is Cyan = 0.86, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 15 | 108 | 83 | - |
| CMYK | 0.86 | 0 | 0.23 | 0.58 |
| HSL | 163.87º | 0.76% | 0.24% | - |
| HSV(B) | 163.87º | 0.86% | 0.42% | - |
| XYZ | 7.12 | 11.45 | 10.02 | - |
| YUV | 77.34 | 131.19 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 108 | 83 | 0.86 | 0 | 0.23 | 0.58 | 163.87 | 0.76 | 0.24 |
| Hex | F | 6C | 53 | 56 | 0 | 17 | 3A | A4 | 4C | 18 |
| Octal | 17 | 154 | 123 | 126 | 0 | 27 | 72 | 244 | 114 | 30 |
| Binary | 1111 | 1101100 | 1010011 | 1010110 | 0 | 10111 | 111010 | 10100100 | 1001100 | 11000 |
Color Harmonies of #0F6C53
Complementary color
Monochromatic Colors of #0F6C53
Black with #0F6C53
Text Example
Text Example
White with #0F6C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6C53; }
p { color: rgb(15,108,83); }
H1.HeaderClassName
{
color: #0F6C53;
}
.AnyTagClassName
{
color: #0F6C53;
}
</style>
background-color css
<style>
a { background-color: #0F6C53; }
a { background-color: rgb(15,108,83); }
div.DivClassName
{
background-color: #0F6C53;
}
.BgClassName
{
background-color: #0F6C53;
}
</style>
border-color css
<style>
span { border-color: #0F6C53; }
span { border-color: rgb(15,108,83); }
td.TdClassName
{
border-color: #0F6C53;
}
.TagClassName
{
border-color: #0F6C53;
}
</style>