Shades of Watercourse #0B614C
Tints of Watercourse #0B614C
RGB
CMYK
RGB Variations
Color information
#0B614C (or 0x0B614C) is known color: Watercourse. HEX triplet: 0B, 61 and 4C. RGB value is (11,97,76). Sum of RGB (Red+Green+Blue) = 11+97+76=184 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.98% from 184); Green value is 97 (38.28% from 255 or 52.72% from 184); Blue value is 76 (30.08% from 255 or 41.30% from 184); Max value from RGB is 97 - color contains mainly: green. Hex color #0B614C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B614C is #F49EB3. Grayscale: #444444. Windows color (decimal): -16031412 or 5005579. OLE color: 5005579.
HSL color Cylindrical-coordinate representation of color #0B614C: hue angle of 165.35º 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 #0B614C is Cyan = 0.89, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 11 | 97 | 76 | - |
| CMYK | 0.89 | 0 | 0.22 | 0.62 |
| HSL | 165.35º | 0.8% | 0.21% | - |
| HSV(B) | 165.35º | 0.89% | 0.38% | - |
| XYZ | 5.72 | 9.14 | 8.3 | - |
| YUV | 68.89 | 132.01 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 97 | 76 | 0.89 | 0 | 0.22 | 0.62 | 165.35 | 0.8 | 0.21 |
| Hex | B | 61 | 4C | 59 | 0 | 16 | 3E | A5 | 50 | 15 |
| Octal | 13 | 141 | 114 | 131 | 0 | 26 | 76 | 245 | 120 | 25 |
| Binary | 1011 | 1100001 | 1001100 | 1011001 | 0 | 10110 | 111110 | 10100101 | 1010000 | 10101 |
Color Harmonies of #0B614C
Complementary color
Monochromatic Colors of #0B614C
Black with #0B614C
Text Example
Text Example
White with #0B614C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B614C; }
p { color: rgb(11,97,76); }
H1.HeaderClassName
{
color: #0B614C;
}
.AnyTagClassName
{
color: #0B614C;
}
</style>
background-color css
<style>
a { background-color: #0B614C; }
a { background-color: rgb(11,97,76); }
div.DivClassName
{
background-color: #0B614C;
}
.BgClassName
{
background-color: #0B614C;
}
</style>
border-color css
<style>
span { border-color: #0B614C; }
span { border-color: rgb(11,97,76); }
td.TdClassName
{
border-color: #0B614C;
}
.TagClassName
{
border-color: #0B614C;
}
</style>