Shades of Watercourse #0B7754
Tints of Watercourse #0B7754
RGB
CMYK
RGB Variations
Color information
#0B7754 (or 0x0B7754) is known color: Watercourse. HEX triplet: 0B, 77 and 54. RGB value is (11,119,84). Sum of RGB (Red+Green+Blue) = 11+119+84=214 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.14% from 214); Green value is 119 (46.88% from 255 or 55.61% from 214); Blue value is 84 (33.20% from 255 or 39.25% from 214); Max value from RGB is 119 - color contains mainly: green. Hex color #0B7754 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7754 is #F488AB. Grayscale: #525252. Windows color (decimal): -16025772 or 5535499. OLE color: 5535499.
HSL color Cylindrical-coordinate representation of color #0B7754: hue angle of 160.56º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7754 is Cyan = 0.91, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 11 | 119 | 84 | - |
| CMYK | 0.91 | 0 | 0.29 | 0.53 |
| HSL | 160.56º | 0.83% | 0.25% | - |
| HSV(B) | 160.56º | 0.91% | 0.47% | - |
| XYZ | 8.34 | 13.9 | 10.63 | - |
| YUV | 82.72 | 128.72 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 119 | 84 | 0.91 | 0 | 0.29 | 0.53 | 160.56 | 0.83 | 0.25 |
| Hex | B | 77 | 54 | 5B | 0 | 1D | 35 | A1 | 53 | 19 |
| Octal | 13 | 167 | 124 | 133 | 0 | 35 | 65 | 241 | 123 | 31 |
| Binary | 1011 | 1110111 | 1010100 | 1011011 | 0 | 11101 | 110101 | 10100001 | 1010011 | 11001 |
Color Harmonies of #0B7754
Complementary color
Monochromatic Colors of #0B7754
Black with #0B7754
Text Example
Text Example
White with #0B7754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7754; }
p { color: rgb(11,119,84); }
H1.HeaderClassName
{
color: #0B7754;
}
.AnyTagClassName
{
color: #0B7754;
}
</style>
background-color css
<style>
a { background-color: #0B7754; }
a { background-color: rgb(11,119,84); }
div.DivClassName
{
background-color: #0B7754;
}
.BgClassName
{
background-color: #0B7754;
}
</style>
border-color css
<style>
span { border-color: #0B7754; }
span { border-color: rgb(11,119,84); }
td.TdClassName
{
border-color: #0B7754;
}
.TagClassName
{
border-color: #0B7754;
}
</style>