Shades of Watercourse #0F7154
Tints of Watercourse #0F7154
RGB
CMYK
RGB Variations
Color information
#0F7154 (or 0x0F7154) is known color: Watercourse. HEX triplet: 0F, 71 and 54. RGB value is (15,113,84). Sum of RGB (Red+Green+Blue) = 15+113+84=212 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.08% from 212); Green value is 113 (44.53% from 255 or 53.30% from 212); Blue value is 84 (33.20% from 255 or 39.62% from 212); Max value from RGB is 113 - color contains mainly: green. Hex color #0F7154 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7154 is #F08EAB. Grayscale: #505050. Windows color (decimal): -15765164 or 5533967. OLE color: 5533967.
HSL color Cylindrical-coordinate representation of color #0F7154: hue angle of 162.24º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F7154 is Cyan = 0.87, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 113 | 84 | - |
| CMYK | 0.87 | 0 | 0.26 | 0.56 |
| HSL | 162.24º | 0.77% | 0.25% | - |
| HSV(B) | 162.24º | 0.87% | 0.44% | - |
| XYZ | 7.7 | 12.55 | 10.4 | - |
| YUV | 80.39 | 130.03 | 81.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 113 | 84 | 0.87 | 0 | 0.26 | 0.56 | 162.24 | 0.77 | 0.25 |
| Hex | F | 71 | 54 | 57 | 0 | 1A | 38 | A2 | 4D | 19 |
| Octal | 17 | 161 | 124 | 127 | 0 | 32 | 70 | 242 | 115 | 31 |
| Binary | 1111 | 1110001 | 1010100 | 1010111 | 0 | 11010 | 111000 | 10100010 | 1001101 | 11001 |
Color Harmonies of #0F7154
Complementary color
Monochromatic Colors of #0F7154
Black with #0F7154
Text Example
Text Example
White with #0F7154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7154; }
p { color: rgb(15,113,84); }
H1.HeaderClassName
{
color: #0F7154;
}
.AnyTagClassName
{
color: #0F7154;
}
</style>
background-color css
<style>
a { background-color: #0F7154; }
a { background-color: rgb(15,113,84); }
div.DivClassName
{
background-color: #0F7154;
}
.BgClassName
{
background-color: #0F7154;
}
</style>
border-color css
<style>
span { border-color: #0F7154; }
span { border-color: rgb(15,113,84); }
td.TdClassName
{
border-color: #0F7154;
}
.TagClassName
{
border-color: #0F7154;
}
</style>