Shades of Watercourse #0F684E
Tints of Watercourse #0F684E
RGB
CMYK
RGB Variations
Color information
#0F684E (or 0x0F684E) is known color: Watercourse. HEX triplet: 0F, 68 and 4E. RGB value is (15,104,78). Sum of RGB (Red+Green+Blue) = 15+104+78=197 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.61% from 197); Green value is 104 (41.02% from 255 or 52.79% from 197); Blue value is 78 (30.86% from 255 or 39.59% from 197); Max value from RGB is 104 - color contains mainly: green. Hex color #0F684E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F684E is #F097B1. Grayscale: #4A4A4A. Windows color (decimal): -15767474 or 5138447. OLE color: 5138447.
HSL color Cylindrical-coordinate representation of color #0F684E: hue angle of 162.47º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F684E is Cyan = 0.86, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 15 | 104 | 78 | - |
| CMYK | 0.86 | 0 | 0.25 | 0.59 |
| HSL | 162.47º | 0.75% | 0.23% | - |
| HSV(B) | 162.47º | 0.86% | 0.41% | - |
| XYZ | 6.52 | 10.55 | 8.9 | - |
| YUV | 74.43 | 130.01 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 104 | 78 | 0.86 | 0 | 0.25 | 0.59 | 162.47 | 0.75 | 0.23 |
| Hex | F | 68 | 4E | 56 | 0 | 19 | 3B | A2 | 4B | 17 |
| Octal | 17 | 150 | 116 | 126 | 0 | 31 | 73 | 242 | 113 | 27 |
| Binary | 1111 | 1101000 | 1001110 | 1010110 | 0 | 11001 | 111011 | 10100010 | 1001011 | 10111 |
Color Harmonies of #0F684E
Complementary color
Monochromatic Colors of #0F684E
Black with #0F684E
Text Example
Text Example
White with #0F684E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F684E; }
p { color: rgb(15,104,78); }
H1.HeaderClassName
{
color: #0F684E;
}
.AnyTagClassName
{
color: #0F684E;
}
</style>
background-color css
<style>
a { background-color: #0F684E; }
a { background-color: rgb(15,104,78); }
div.DivClassName
{
background-color: #0F684E;
}
.BgClassName
{
background-color: #0F684E;
}
</style>
border-color css
<style>
span { border-color: #0F684E; }
span { border-color: rgb(15,104,78); }
td.TdClassName
{
border-color: #0F684E;
}
.TagClassName
{
border-color: #0F684E;
}
</style>