Shades of Watercourse #0F614F
Tints of Watercourse #0F614F
RGB
CMYK
RGB Variations
Color information
#0F614F (or 0x0F614F) is known color: Watercourse. HEX triplet: 0F, 61 and 4F. RGB value is (15,97,79). Sum of RGB (Red+Green+Blue) = 15+97+79=191 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.85% from 191); Green value is 97 (38.28% from 255 or 50.79% from 191); Blue value is 79 (31.25% from 255 or 41.36% from 191); Max value from RGB is 97 - color contains mainly: green. Hex color #0F614F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F614F is #F09EB0. Grayscale: #464646. Windows color (decimal): -15769265 or 5202191. OLE color: 5202191.
HSL color Cylindrical-coordinate representation of color #0F614F: hue angle of 166.83º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F614F is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 15 | 97 | 79 | - |
| CMYK | 0.85 | 0 | 0.19 | 0.62 |
| HSL | 166.83º | 0.73% | 0.22% | - |
| HSV(B) | 166.83º | 0.85% | 0.38% | - |
| XYZ | 5.88 | 9.22 | 8.87 | - |
| YUV | 70.43 | 132.83 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 97 | 79 | 0.85 | 0 | 0.19 | 0.62 | 166.83 | 0.73 | 0.22 |
| Hex | F | 61 | 4F | 55 | 0 | 13 | 3E | A7 | 49 | 16 |
| Octal | 17 | 141 | 117 | 125 | 0 | 23 | 76 | 247 | 111 | 26 |
| Binary | 1111 | 1100001 | 1001111 | 1010101 | 0 | 10011 | 111110 | 10100111 | 1001001 | 10110 |
Color Harmonies of #0F614F
Complementary color
Monochromatic Colors of #0F614F
Black with #0F614F
Text Example
Text Example
White with #0F614F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F614F; }
p { color: rgb(15,97,79); }
H1.HeaderClassName
{
color: #0F614F;
}
.AnyTagClassName
{
color: #0F614F;
}
</style>
background-color css
<style>
a { background-color: #0F614F; }
a { background-color: rgb(15,97,79); }
div.DivClassName
{
background-color: #0F614F;
}
.BgClassName
{
background-color: #0F614F;
}
</style>
border-color css
<style>
span { border-color: #0F614F; }
span { border-color: rgb(15,97,79); }
td.TdClassName
{
border-color: #0F614F;
}
.TagClassName
{
border-color: #0F614F;
}
</style>