Shades of Watercourse #0B7651
Tints of Watercourse #0B7651
RGB
CMYK
RGB Variations
Color information
#0B7651 (or 0x0B7651) is known color: Watercourse. HEX triplet: 0B, 76 and 51. RGB value is (11,118,81). Sum of RGB (Red+Green+Blue) = 11+118+81=210 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.24% from 210); Green value is 118 (46.48% from 255 or 56.19% from 210); Blue value is 81 (32.03% from 255 or 38.57% from 210); Max value from RGB is 118 - color contains mainly: green. Hex color #0B7651 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7651 is #F489AE. Grayscale: #515151. Windows color (decimal): -16026031 or 5338635. OLE color: 5338635.
HSL color Cylindrical-coordinate representation of color #0B7651: hue angle of 159.25º 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 #0B7651 is Cyan = 0.91, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 11 | 118 | 81 | - |
| CMYK | 0.91 | 0 | 0.31 | 0.54 |
| HSL | 159.25º | 0.83% | 0.25% | - |
| HSV(B) | 159.25º | 0.91% | 0.46% | - |
| XYZ | 8.1 | 13.62 | 9.99 | - |
| YUV | 81.79 | 127.55 | 77.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 118 | 81 | 0.91 | 0 | 0.31 | 0.54 | 159.25 | 0.83 | 0.25 |
| Hex | B | 76 | 51 | 5B | 0 | 1F | 36 | 9F | 53 | 19 |
| Octal | 13 | 166 | 121 | 133 | 0 | 37 | 66 | 237 | 123 | 31 |
| Binary | 1011 | 1110110 | 1010001 | 1011011 | 0 | 11111 | 110110 | 10011111 | 1010011 | 11001 |
Color Harmonies of #0B7651
Complementary color
Monochromatic Colors of #0B7651
Black with #0B7651
Text Example
Text Example
White with #0B7651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7651; }
p { color: rgb(11,118,81); }
H1.HeaderClassName
{
color: #0B7651;
}
.AnyTagClassName
{
color: #0B7651;
}
</style>
background-color css
<style>
a { background-color: #0B7651; }
a { background-color: rgb(11,118,81); }
div.DivClassName
{
background-color: #0B7651;
}
.BgClassName
{
background-color: #0B7651;
}
</style>
border-color css
<style>
span { border-color: #0B7651; }
span { border-color: rgb(11,118,81); }
td.TdClassName
{
border-color: #0B7651;
}
.TagClassName
{
border-color: #0B7651;
}
</style>