Shades of Watercourse #0F6852
Tints of Watercourse #0F6852
RGB
CMYK
RGB Variations
Color information
#0F6852 (or 0x0F6852) is known color: Watercourse. HEX triplet: 0F, 68 and 52. RGB value is (15,104,82). Sum of RGB (Red+Green+Blue) = 15+104+82=201 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.46% from 201); Green value is 104 (41.02% from 255 or 51.74% from 201); Blue value is 82 (32.42% from 255 or 40.80% from 201); Max value from RGB is 104 - color contains mainly: green. Hex color #0F6852 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6852 is #F097AD. Grayscale: #4A4A4A. Windows color (decimal): -15767470 or 5400591. OLE color: 5400591.
HSL color Cylindrical-coordinate representation of color #0F6852: hue angle of 165.17º 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 #0F6852 is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 15 | 104 | 82 | - |
| CMYK | 0.86 | 0 | 0.21 | 0.59 |
| HSL | 165.17º | 0.75% | 0.23% | - |
| HSV(B) | 165.17º | 0.86% | 0.41% | - |
| XYZ | 6.67 | 10.61 | 9.68 | - |
| YUV | 74.88 | 132.01 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 104 | 82 | 0.86 | 0 | 0.21 | 0.59 | 165.17 | 0.75 | 0.23 |
| Hex | F | 68 | 52 | 56 | 0 | 15 | 3B | A5 | 4B | 17 |
| Octal | 17 | 150 | 122 | 126 | 0 | 25 | 73 | 245 | 113 | 27 |
| Binary | 1111 | 1101000 | 1010010 | 1010110 | 0 | 10101 | 111011 | 10100101 | 1001011 | 10111 |
Color Harmonies of #0F6852
Complementary color
Monochromatic Colors of #0F6852
Black with #0F6852
Text Example
Text Example
White with #0F6852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6852; }
p { color: rgb(15,104,82); }
H1.HeaderClassName
{
color: #0F6852;
}
.AnyTagClassName
{
color: #0F6852;
}
</style>
background-color css
<style>
a { background-color: #0F6852; }
a { background-color: rgb(15,104,82); }
div.DivClassName
{
background-color: #0F6852;
}
.BgClassName
{
background-color: #0F6852;
}
</style>
border-color css
<style>
span { border-color: #0F6852; }
span { border-color: rgb(15,104,82); }
td.TdClassName
{
border-color: #0F6852;
}
.TagClassName
{
border-color: #0F6852;
}
</style>