Shades of Watercourse #0B7654
Tints of Watercourse #0B7654
RGB
CMYK
RGB Variations
Color information
#0B7654 (or 0x0B7654) is known color: Watercourse. HEX triplet: 0B, 76 and 54. RGB value is (11,118,84). Sum of RGB (Red+Green+Blue) = 11+118+84=213 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.16% from 213); Green value is 118 (46.48% from 255 or 55.40% from 213); Blue value is 84 (33.20% from 255 or 39.44% from 213); Max value from RGB is 118 - color contains mainly: green. Hex color #0B7654 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7654 is #F489AB. Grayscale: #525252. Windows color (decimal): -16026028 or 5535243. OLE color: 5535243.
HSL color Cylindrical-coordinate representation of color #0B7654: hue angle of 160.93º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7654 is Cyan = 0.91, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 11 | 118 | 84 | - |
| CMYK | 0.91 | 0 | 0.29 | 0.54 |
| HSL | 160.93º | 0.83% | 0.25% | - |
| HSV(B) | 160.93º | 0.91% | 0.46% | - |
| XYZ | 8.22 | 13.67 | 10.59 | - |
| YUV | 82.13 | 129.05 | 77.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 118 | 84 | 0.91 | 0 | 0.29 | 0.54 | 160.93 | 0.83 | 0.25 |
| Hex | B | 76 | 54 | 5B | 0 | 1D | 36 | A1 | 53 | 19 |
| Octal | 13 | 166 | 124 | 133 | 0 | 35 | 66 | 241 | 123 | 31 |
| Binary | 1011 | 1110110 | 1010100 | 1011011 | 0 | 11101 | 110110 | 10100001 | 1010011 | 11001 |
Color Harmonies of #0B7654
Complementary color
Monochromatic Colors of #0B7654
Black with #0B7654
Text Example
Text Example
White with #0B7654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7654; }
p { color: rgb(11,118,84); }
H1.HeaderClassName
{
color: #0B7654;
}
.AnyTagClassName
{
color: #0B7654;
}
</style>
background-color css
<style>
a { background-color: #0B7654; }
a { background-color: rgb(11,118,84); }
div.DivClassName
{
background-color: #0B7654;
}
.BgClassName
{
background-color: #0B7654;
}
</style>
border-color css
<style>
span { border-color: #0B7654; }
span { border-color: rgb(11,118,84); }
td.TdClassName
{
border-color: #0B7654;
}
.TagClassName
{
border-color: #0B7654;
}
</style>