Shades of Watercourse #0F7253
Tints of Watercourse #0F7253
RGB
CMYK
RGB Variations
Color information
#0F7253 (or 0x0F7253) is known color: Watercourse. HEX triplet: 0F, 72 and 53. RGB value is (15,114,83). Sum of RGB (Red+Green+Blue) = 15+114+83=212 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.08% from 212); Green value is 114 (44.92% from 255 or 53.77% from 212); Blue value is 83 (32.81% from 255 or 39.15% from 212); Max value from RGB is 114 - color contains mainly: green. Hex color #0F7253 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7253 is #F08DAC. Grayscale: #505050. Windows color (decimal): -15764909 or 5468687. OLE color: 5468687.
HSL color Cylindrical-coordinate representation of color #0F7253: hue angle of 161.21º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F7253 is Cyan = 0.87, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 15 | 114 | 83 | - |
| CMYK | 0.87 | 0 | 0.27 | 0.55 |
| HSL | 161.21º | 0.77% | 0.25% | - |
| HSV(B) | 161.21º | 0.87% | 0.45% | - |
| XYZ | 7.78 | 12.76 | 10.24 | - |
| YUV | 80.87 | 129.2 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 114 | 83 | 0.87 | 0 | 0.27 | 0.55 | 161.21 | 0.77 | 0.25 |
| Hex | F | 72 | 53 | 57 | 0 | 1B | 37 | A1 | 4D | 19 |
| Octal | 17 | 162 | 123 | 127 | 0 | 33 | 67 | 241 | 115 | 31 |
| Binary | 1111 | 1110010 | 1010011 | 1010111 | 0 | 11011 | 110111 | 10100001 | 1001101 | 11001 |
Color Harmonies of #0F7253
Complementary color
Monochromatic Colors of #0F7253
Black with #0F7253
Text Example
Text Example
White with #0F7253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7253; }
p { color: rgb(15,114,83); }
H1.HeaderClassName
{
color: #0F7253;
}
.AnyTagClassName
{
color: #0F7253;
}
</style>
background-color css
<style>
a { background-color: #0F7253; }
a { background-color: rgb(15,114,83); }
div.DivClassName
{
background-color: #0F7253;
}
.BgClassName
{
background-color: #0F7253;
}
</style>
border-color css
<style>
span { border-color: #0F7253; }
span { border-color: rgb(15,114,83); }
td.TdClassName
{
border-color: #0F7253;
}
.TagClassName
{
border-color: #0F7253;
}
</style>