Shades of Watercourse #0F654F
Tints of Watercourse #0F654F
RGB
CMYK
RGB Variations
Color information
#0F654F (or 0x0F654F) is known color: Watercourse. HEX triplet: 0F, 65 and 4F. RGB value is (15,101,79). Sum of RGB (Red+Green+Blue) = 15+101+79=195 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.69% from 195); Green value is 101 (39.84% from 255 or 51.79% from 195); Blue value is 79 (31.25% from 255 or 40.51% from 195); Max value from RGB is 101 - color contains mainly: green. Hex color #0F654F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F654F is #F09AB0. Grayscale: #484848. Windows color (decimal): -15768241 or 5203215. OLE color: 5203215.
HSL color Cylindrical-coordinate representation of color #0F654F: hue angle of 164.65º degrees, saturation: 0.74, 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 #0F654F is Cyan = 0.85, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 15 | 101 | 79 | - |
| CMYK | 0.85 | 0 | 0.22 | 0.60 |
| HSL | 164.65º | 0.74% | 0.23% | - |
| HSV(B) | 164.65º | 0.85% | 0.4% | - |
| XYZ | 6.26 | 9.97 | 8.99 | - |
| YUV | 72.78 | 131.51 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 101 | 79 | 0.85 | 0 | 0.22 | 0.60 | 164.65 | 0.74 | 0.23 |
| Hex | F | 65 | 4F | 55 | 0 | 16 | 3C | A5 | 4A | 17 |
| Octal | 17 | 145 | 117 | 125 | 0 | 26 | 74 | 245 | 112 | 27 |
| Binary | 1111 | 1100101 | 1001111 | 1010101 | 0 | 10110 | 111100 | 10100101 | 1001010 | 10111 |
Color Harmonies of #0F654F
Complementary color
Monochromatic Colors of #0F654F
Black with #0F654F
Text Example
Text Example
White with #0F654F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F654F; }
p { color: rgb(15,101,79); }
H1.HeaderClassName
{
color: #0F654F;
}
.AnyTagClassName
{
color: #0F654F;
}
</style>
background-color css
<style>
a { background-color: #0F654F; }
a { background-color: rgb(15,101,79); }
div.DivClassName
{
background-color: #0F654F;
}
.BgClassName
{
background-color: #0F654F;
}
</style>
border-color css
<style>
span { border-color: #0F654F; }
span { border-color: rgb(15,101,79); }
td.TdClassName
{
border-color: #0F654F;
}
.TagClassName
{
border-color: #0F654F;
}
</style>