Shades of Watercourse #0F6451
Tints of Watercourse #0F6451
RGB
CMYK
RGB Variations
Color information
#0F6451 (or 0x0F6451) is known color: Watercourse. HEX triplet: 0F, 64 and 51. RGB value is (15,100,81). Sum of RGB (Red+Green+Blue) = 15+100+81=196 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.65% from 196); Green value is 100 (39.45% from 255 or 51.02% from 196); Blue value is 81 (32.03% from 255 or 41.33% from 196); Max value from RGB is 100 - color contains mainly: green. Hex color #0F6451 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6451 is #F09BAE. Grayscale: #484848. Windows color (decimal): -15768495 or 5334031. OLE color: 5334031.
HSL color Cylindrical-coordinate representation of color #0F6451: hue angle of 166.59º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F6451 is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 15 | 100 | 81 | - |
| CMYK | 0.85 | 0 | 0.19 | 0.61 |
| HSL | 166.59º | 0.74% | 0.23% | - |
| HSV(B) | 166.59º | 0.85% | 0.39% | - |
| XYZ | 6.24 | 9.81 | 9.35 | - |
| YUV | 72.42 | 132.84 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 100 | 81 | 0.85 | 0 | 0.19 | 0.61 | 166.59 | 0.74 | 0.23 |
| Hex | F | 64 | 51 | 55 | 0 | 13 | 3D | A7 | 4A | 17 |
| Octal | 17 | 144 | 121 | 125 | 0 | 23 | 75 | 247 | 112 | 27 |
| Binary | 1111 | 1100100 | 1010001 | 1010101 | 0 | 10011 | 111101 | 10100111 | 1001010 | 10111 |
Color Harmonies of #0F6451
Complementary color
Monochromatic Colors of #0F6451
Black with #0F6451
Text Example
Text Example
White with #0F6451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6451; }
p { color: rgb(15,100,81); }
H1.HeaderClassName
{
color: #0F6451;
}
.AnyTagClassName
{
color: #0F6451;
}
</style>
background-color css
<style>
a { background-color: #0F6451; }
a { background-color: rgb(15,100,81); }
div.DivClassName
{
background-color: #0F6451;
}
.BgClassName
{
background-color: #0F6451;
}
</style>
border-color css
<style>
span { border-color: #0F6451; }
span { border-color: rgb(15,100,81); }
td.TdClassName
{
border-color: #0F6451;
}
.TagClassName
{
border-color: #0F6451;
}
</style>