Shades of Watercourse #0F634D
Tints of Watercourse #0F634D
RGB
CMYK
RGB Variations
Color information
#0F634D (or 0x0F634D) is known color: Watercourse. HEX triplet: 0F, 63 and 4D. RGB value is (15,99,77). Sum of RGB (Red+Green+Blue) = 15+99+77=191 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.85% from 191); Green value is 99 (39.06% from 255 or 51.83% from 191); Blue value is 77 (30.47% from 255 or 40.31% from 191); Max value from RGB is 99 - color contains mainly: green. Hex color #0F634D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F634D is #F09CB2. Grayscale: #474747. Windows color (decimal): -15768755 or 5071631. OLE color: 5071631.
HSL color Cylindrical-coordinate representation of color #0F634D: hue angle of 164.29º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F634D is Cyan = 0.85, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 15 | 99 | 77 | - |
| CMYK | 0.85 | 0 | 0.22 | 0.61 |
| HSL | 164.29º | 0.74% | 0.22% | - |
| HSV(B) | 164.29º | 0.85% | 0.39% | - |
| XYZ | 6 | 9.56 | 8.55 | - |
| YUV | 71.38 | 131.17 | 87.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 99 | 77 | 0.85 | 0 | 0.22 | 0.61 | 164.29 | 0.74 | 0.22 |
| Hex | F | 63 | 4D | 55 | 0 | 16 | 3D | A4 | 4A | 16 |
| Octal | 17 | 143 | 115 | 125 | 0 | 26 | 75 | 244 | 112 | 26 |
| Binary | 1111 | 1100011 | 1001101 | 1010101 | 0 | 10110 | 111101 | 10100100 | 1001010 | 10110 |
Color Harmonies of #0F634D
Complementary color
Monochromatic Colors of #0F634D
Black with #0F634D
Text Example
Text Example
White with #0F634D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F634D; }
p { color: rgb(15,99,77); }
H1.HeaderClassName
{
color: #0F634D;
}
.AnyTagClassName
{
color: #0F634D;
}
</style>
background-color css
<style>
a { background-color: #0F634D; }
a { background-color: rgb(15,99,77); }
div.DivClassName
{
background-color: #0F634D;
}
.BgClassName
{
background-color: #0F634D;
}
</style>
border-color css
<style>
span { border-color: #0F634D; }
span { border-color: rgb(15,99,77); }
td.TdClassName
{
border-color: #0F634D;
}
.TagClassName
{
border-color: #0F634D;
}
</style>