Shades of Watercourse #0B7451
Tints of Watercourse #0B7451
RGB
CMYK
RGB Variations
Color information
#0B7451 (or 0x0B7451) is known color: Watercourse. HEX triplet: 0B, 74 and 51. RGB value is (11,116,81). Sum of RGB (Red+Green+Blue) = 11+116+81=208 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.29% from 208); Green value is 116 (45.70% from 255 or 55.77% from 208); Blue value is 81 (32.03% from 255 or 38.94% from 208); Max value from RGB is 116 - color contains mainly: green. Hex color #0B7451 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7451 is #F48BAE. Grayscale: #505050. Windows color (decimal): -16026543 or 5338123. OLE color: 5338123.
HSL color Cylindrical-coordinate representation of color #0B7451: hue angle of 160º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7451 is Cyan = 0.91, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 11 | 116 | 81 | - |
| CMYK | 0.91 | 0 | 0.30 | 0.55 |
| HSL | 160º | 0.83% | 0.25% | - |
| HSV(B) | 160º | 0.91% | 0.45% | - |
| XYZ | 7.87 | 13.16 | 9.91 | - |
| YUV | 80.62 | 128.21 | 78.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 116 | 81 | 0.91 | 0 | 0.30 | 0.55 | 160 | 0.83 | 0.25 |
| Hex | B | 74 | 51 | 5B | 0 | 1E | 37 | A0 | 53 | 19 |
| Octal | 13 | 164 | 121 | 133 | 0 | 36 | 67 | 240 | 123 | 31 |
| Binary | 1011 | 1110100 | 1010001 | 1011011 | 0 | 11110 | 110111 | 10100000 | 1010011 | 11001 |
Color Harmonies of #0B7451
Complementary color
Monochromatic Colors of #0B7451
Black with #0B7451
Text Example
Text Example
White with #0B7451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7451; }
p { color: rgb(11,116,81); }
H1.HeaderClassName
{
color: #0B7451;
}
.AnyTagClassName
{
color: #0B7451;
}
</style>
background-color css
<style>
a { background-color: #0B7451; }
a { background-color: rgb(11,116,81); }
div.DivClassName
{
background-color: #0B7451;
}
.BgClassName
{
background-color: #0B7451;
}
</style>
border-color css
<style>
span { border-color: #0B7451; }
span { border-color: rgb(11,116,81); }
td.TdClassName
{
border-color: #0B7451;
}
.TagClassName
{
border-color: #0B7451;
}
</style>