Shades of Watercourse #0B654F
Tints of Watercourse #0B654F
RGB
CMYK
RGB Variations
Color information
#0B654F (or 0x0B654F) is known color: Watercourse. HEX triplet: 0B, 65 and 4F. RGB value is (11,101,79). Sum of RGB (Red+Green+Blue) = 11+101+79=191 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.76% from 191); Green value is 101 (39.84% from 255 or 52.88% from 191); Blue value is 79 (31.25% from 255 or 41.36% from 191); Max value from RGB is 101 - color contains mainly: green. Hex color #0B654F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B654F is #F49AB0. Grayscale: #474747. Windows color (decimal): -16030385 or 5203211. OLE color: 5203211.
HSL color Cylindrical-coordinate representation of color #0B654F: hue angle of 165.33º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B654F is Cyan = 0.89, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 11 | 101 | 79 | - |
| CMYK | 0.89 | 0 | 0.22 | 0.60 |
| HSL | 165.33º | 0.8% | 0.22% | - |
| HSV(B) | 165.33º | 0.89% | 0.4% | - |
| XYZ | 6.2 | 9.94 | 8.99 | - |
| YUV | 71.58 | 132.18 | 84.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 101 | 79 | 0.89 | 0 | 0.22 | 0.60 | 165.33 | 0.8 | 0.22 |
| Hex | B | 65 | 4F | 59 | 0 | 16 | 3C | A5 | 50 | 16 |
| Octal | 13 | 145 | 117 | 131 | 0 | 26 | 74 | 245 | 120 | 26 |
| Binary | 1011 | 1100101 | 1001111 | 1011001 | 0 | 10110 | 111100 | 10100101 | 1010000 | 10110 |
Color Harmonies of #0B654F
Complementary color
Monochromatic Colors of #0B654F
Black with #0B654F
Text Example
Text Example
White with #0B654F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B654F; }
p { color: rgb(11,101,79); }
H1.HeaderClassName
{
color: #0B654F;
}
.AnyTagClassName
{
color: #0B654F;
}
</style>
background-color css
<style>
a { background-color: #0B654F; }
a { background-color: rgb(11,101,79); }
div.DivClassName
{
background-color: #0B654F;
}
.BgClassName
{
background-color: #0B654F;
}
</style>
border-color css
<style>
span { border-color: #0B654F; }
span { border-color: rgb(11,101,79); }
td.TdClassName
{
border-color: #0B654F;
}
.TagClassName
{
border-color: #0B654F;
}
</style>