Shades of Watercourse #0B614F
Tints of Watercourse #0B614F
RGB
CMYK
RGB Variations
Color information
#0B614F (or 0x0B614F) is known color: Watercourse. HEX triplet: 0B, 61 and 4F. RGB value is (11,97,79). Sum of RGB (Red+Green+Blue) = 11+97+79=187 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.88% from 187); Green value is 97 (38.28% from 255 or 51.87% from 187); Blue value is 79 (31.25% from 255 or 42.25% from 187); Max value from RGB is 97 - color contains mainly: green. Hex color #0B614F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B614F is #F49EB0. Grayscale: #454545. Windows color (decimal): -16031409 or 5202187. OLE color: 5202187.
HSL color Cylindrical-coordinate representation of color #0B614F: hue angle of 167.44º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B614F is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 11 | 97 | 79 | - |
| CMYK | 0.89 | 0 | 0.19 | 0.62 |
| HSL | 167.44º | 0.8% | 0.21% | - |
| HSV(B) | 167.44º | 0.89% | 0.38% | - |
| XYZ | 5.82 | 9.19 | 8.86 | - |
| YUV | 69.23 | 133.51 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 97 | 79 | 0.89 | 0 | 0.19 | 0.62 | 167.44 | 0.8 | 0.21 |
| Hex | B | 61 | 4F | 59 | 0 | 13 | 3E | A7 | 50 | 15 |
| Octal | 13 | 141 | 117 | 131 | 0 | 23 | 76 | 247 | 120 | 25 |
| Binary | 1011 | 1100001 | 1001111 | 1011001 | 0 | 10011 | 111110 | 10100111 | 1010000 | 10101 |
Color Harmonies of #0B614F
Complementary color
Monochromatic Colors of #0B614F
Black with #0B614F
Text Example
Text Example
White with #0B614F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B614F; }
p { color: rgb(11,97,79); }
H1.HeaderClassName
{
color: #0B614F;
}
.AnyTagClassName
{
color: #0B614F;
}
</style>
background-color css
<style>
a { background-color: #0B614F; }
a { background-color: rgb(11,97,79); }
div.DivClassName
{
background-color: #0B614F;
}
.BgClassName
{
background-color: #0B614F;
}
</style>
border-color css
<style>
span { border-color: #0B614F; }
span { border-color: rgb(11,97,79); }
td.TdClassName
{
border-color: #0B614F;
}
.TagClassName
{
border-color: #0B614F;
}
</style>