Shades of Watercourse #0F6753
Tints of Watercourse #0F6753
RGB
CMYK
RGB Variations
Color information
#0F6753 (or 0x0F6753) is known color: Watercourse. HEX triplet: 0F, 67 and 53. RGB value is (15,103,83). Sum of RGB (Red+Green+Blue) = 15+103+83=201 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.46% from 201); Green value is 103 (40.62% from 255 or 51.24% from 201); Blue value is 83 (32.81% from 255 or 41.29% from 201); Max value from RGB is 103 - color contains mainly: green. Hex color #0F6753 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6753 is #F098AC. Grayscale: #4A4A4A. Windows color (decimal): -15767725 or 5465871. OLE color: 5465871.
HSL color Cylindrical-coordinate representation of color #0F6753: hue angle of 166.36º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F6753 is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 15 | 103 | 83 | - |
| CMYK | 0.85 | 0 | 0.19 | 0.60 |
| HSL | 166.36º | 0.75% | 0.23% | - |
| HSV(B) | 166.36º | 0.85% | 0.4% | - |
| XYZ | 6.61 | 10.43 | 9.85 | - |
| YUV | 74.41 | 132.85 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 103 | 83 | 0.85 | 0 | 0.19 | 0.60 | 166.36 | 0.75 | 0.23 |
| Hex | F | 67 | 53 | 55 | 0 | 13 | 3C | A6 | 4B | 17 |
| Octal | 17 | 147 | 123 | 125 | 0 | 23 | 74 | 246 | 113 | 27 |
| Binary | 1111 | 1100111 | 1010011 | 1010101 | 0 | 10011 | 111100 | 10100110 | 1001011 | 10111 |
Color Harmonies of #0F6753
Complementary color
Monochromatic Colors of #0F6753
Black with #0F6753
Text Example
Text Example
White with #0F6753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6753; }
p { color: rgb(15,103,83); }
H1.HeaderClassName
{
color: #0F6753;
}
.AnyTagClassName
{
color: #0F6753;
}
</style>
background-color css
<style>
a { background-color: #0F6753; }
a { background-color: rgb(15,103,83); }
div.DivClassName
{
background-color: #0F6753;
}
.BgClassName
{
background-color: #0F6753;
}
</style>
border-color css
<style>
span { border-color: #0F6753; }
span { border-color: rgb(15,103,83); }
td.TdClassName
{
border-color: #0F6753;
}
.TagClassName
{
border-color: #0F6753;
}
</style>