Shades of Watercourse #0B6149
Tints of Watercourse #0B6149
RGB
CMYK
RGB Variations
Color information
#0B6149 (or 0x0B6149) is known color: Watercourse. HEX triplet: 0B, 61 and 49. RGB value is (11,97,73). Sum of RGB (Red+Green+Blue) = 11+97+73=181 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.08% from 181); Green value is 97 (38.28% from 255 or 53.59% from 181); Blue value is 73 (28.91% from 255 or 40.33% from 181); Max value from RGB is 97 - color contains mainly: green. Hex color #0B6149 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B6149 is #F49EB6. Grayscale: #444444. Windows color (decimal): -16031415 or 4808971. OLE color: 4808971.
HSL color Cylindrical-coordinate representation of color #0B6149: hue angle of 163.26º 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 #0B6149 is Cyan = 0.89, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 11 | 97 | 73 | - |
| CMYK | 0.89 | 0 | 0.25 | 0.62 |
| HSL | 163.26º | 0.8% | 0.21% | - |
| HSV(B) | 163.26º | 0.89% | 0.38% | - |
| XYZ | 5.62 | 9.1 | 7.76 | - |
| YUV | 68.55 | 130.51 | 86.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 97 | 73 | 0.89 | 0 | 0.25 | 0.62 | 163.26 | 0.8 | 0.21 |
| Hex | B | 61 | 49 | 59 | 0 | 19 | 3E | A3 | 50 | 15 |
| Octal | 13 | 141 | 111 | 131 | 0 | 31 | 76 | 243 | 120 | 25 |
| Binary | 1011 | 1100001 | 1001001 | 1011001 | 0 | 11001 | 111110 | 10100011 | 1010000 | 10101 |
Color Harmonies of #0B6149
Complementary color
Monochromatic Colors of #0B6149
Black with #0B6149
Text Example
Text Example
White with #0B6149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6149; }
p { color: rgb(11,97,73); }
H1.HeaderClassName
{
color: #0B6149;
}
.AnyTagClassName
{
color: #0B6149;
}
</style>
background-color css
<style>
a { background-color: #0B6149; }
a { background-color: rgb(11,97,73); }
div.DivClassName
{
background-color: #0B6149;
}
.BgClassName
{
background-color: #0B6149;
}
</style>
border-color css
<style>
span { border-color: #0B6149; }
span { border-color: rgb(11,97,73); }
td.TdClassName
{
border-color: #0B6149;
}
.TagClassName
{
border-color: #0B6149;
}
</style>