Shades of Watercourse #0B7354
Tints of Watercourse #0B7354
RGB
CMYK
RGB Variations
Color information
#0B7354 (or 0x0B7354) is known color: Watercourse. HEX triplet: 0B, 73 and 54. RGB value is (11,115,84). Sum of RGB (Red+Green+Blue) = 11+115+84=210 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.24% from 210); Green value is 115 (45.31% from 255 or 54.76% from 210); Blue value is 84 (33.20% from 255 or 40% from 210); Max value from RGB is 115 - color contains mainly: green. Hex color #0B7354 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7354 is #F48CAB. Grayscale: #505050. Windows color (decimal): -16026796 or 5534475. OLE color: 5534475.
HSL color Cylindrical-coordinate representation of color #0B7354: hue angle of 162.12º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B7354 is Cyan = 0.90, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 11 | 115 | 84 | - |
| CMYK | 0.90 | 0 | 0.27 | 0.55 |
| HSL | 162.12º | 0.83% | 0.25% | - |
| HSV(B) | 162.12º | 0.9% | 0.45% | - |
| XYZ | 7.87 | 12.97 | 10.48 | - |
| YUV | 80.37 | 130.04 | 78.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 115 | 84 | 0.90 | 0 | 0.27 | 0.55 | 162.12 | 0.83 | 0.25 |
| Hex | B | 73 | 54 | 5A | 0 | 1B | 37 | A2 | 53 | 19 |
| Octal | 13 | 163 | 124 | 132 | 0 | 33 | 67 | 242 | 123 | 31 |
| Binary | 1011 | 1110011 | 1010100 | 1011010 | 0 | 11011 | 110111 | 10100010 | 1010011 | 11001 |
Color Harmonies of #0B7354
Complementary color
Monochromatic Colors of #0B7354
Black with #0B7354
Text Example
Text Example
White with #0B7354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7354; }
p { color: rgb(11,115,84); }
H1.HeaderClassName
{
color: #0B7354;
}
.AnyTagClassName
{
color: #0B7354;
}
</style>
background-color css
<style>
a { background-color: #0B7354; }
a { background-color: rgb(11,115,84); }
div.DivClassName
{
background-color: #0B7354;
}
.BgClassName
{
background-color: #0B7354;
}
</style>
border-color css
<style>
span { border-color: #0B7354; }
span { border-color: rgb(11,115,84); }
td.TdClassName
{
border-color: #0B7354;
}
.TagClassName
{
border-color: #0B7354;
}
</style>