Shades of Watercourse #0B7456
Tints of Watercourse #0B7456
RGB
CMYK
RGB Variations
Color information
#0B7456 (or 0x0B7456) is known color: Watercourse. HEX triplet: 0B, 74 and 56. RGB value is (11,116,86). Sum of RGB (Red+Green+Blue) = 11+116+86=213 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.16% from 213); Green value is 116 (45.70% from 255 or 54.46% from 213); Blue value is 86 (33.98% from 255 or 40.38% from 213); Max value from RGB is 116 - color contains mainly: green. Hex color #0B7456 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7456 is #F48BA9. Grayscale: #515151. Windows color (decimal): -16026538 or 5665803. OLE color: 5665803.
HSL color Cylindrical-coordinate representation of color #0B7456: hue angle of 162.86º 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 #0B7456 is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 11 | 116 | 86 | - |
| CMYK | 0.91 | 0 | 0.26 | 0.55 |
| HSL | 162.86º | 0.83% | 0.25% | - |
| HSV(B) | 162.86º | 0.91% | 0.45% | - |
| XYZ | 8.06 | 13.23 | 10.93 | - |
| YUV | 81.19 | 130.71 | 77.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 116 | 86 | 0.91 | 0 | 0.26 | 0.55 | 162.86 | 0.83 | 0.25 |
| Hex | B | 74 | 56 | 5B | 0 | 1A | 37 | A3 | 53 | 19 |
| Octal | 13 | 164 | 126 | 133 | 0 | 32 | 67 | 243 | 123 | 31 |
| Binary | 1011 | 1110100 | 1010110 | 1011011 | 0 | 11010 | 110111 | 10100011 | 1010011 | 11001 |
Color Harmonies of #0B7456
Complementary color
Monochromatic Colors of #0B7456
Black with #0B7456
Text Example
Text Example
White with #0B7456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7456; }
p { color: rgb(11,116,86); }
H1.HeaderClassName
{
color: #0B7456;
}
.AnyTagClassName
{
color: #0B7456;
}
</style>
background-color css
<style>
a { background-color: #0B7456; }
a { background-color: rgb(11,116,86); }
div.DivClassName
{
background-color: #0B7456;
}
.BgClassName
{
background-color: #0B7456;
}
</style>
border-color css
<style>
span { border-color: #0B7456; }
span { border-color: rgb(11,116,86); }
td.TdClassName
{
border-color: #0B7456;
}
.TagClassName
{
border-color: #0B7456;
}
</style>