Shades of Watercourse #0B6453
Tints of Watercourse #0B6453
RGB
CMYK
RGB Variations
Color information
#0B6453 (or 0x0B6453) is known color: Watercourse. HEX triplet: 0B, 64 and 53. RGB value is (11,100,83). Sum of RGB (Red+Green+Blue) = 11+100+83=194 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.67% from 194); Green value is 100 (39.45% from 255 or 51.55% from 194); Blue value is 83 (32.81% from 255 or 42.78% from 194); Max value from RGB is 100 - color contains mainly: green. Hex color #0B6453 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6453 is #F49BAC. Grayscale: #474747. Windows color (decimal): -16030637 or 5465099. OLE color: 5465099.
HSL color Cylindrical-coordinate representation of color #0B6453: hue angle of 168.54º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B6453 is Cyan = 0.89, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 11 | 100 | 83 | - |
| CMYK | 0.89 | 0 | 0.17 | 0.61 |
| HSL | 168.54º | 0.8% | 0.22% | - |
| HSV(B) | 168.54º | 0.89% | 0.39% | - |
| XYZ | 6.26 | 9.81 | 9.75 | - |
| YUV | 71.45 | 134.51 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 100 | 83 | 0.89 | 0 | 0.17 | 0.61 | 168.54 | 0.8 | 0.22 |
| Hex | B | 64 | 53 | 59 | 0 | 11 | 3D | A9 | 50 | 16 |
| Octal | 13 | 144 | 123 | 131 | 0 | 21 | 75 | 251 | 120 | 26 |
| Binary | 1011 | 1100100 | 1010011 | 1011001 | 0 | 10001 | 111101 | 10101001 | 1010000 | 10110 |
Color Harmonies of #0B6453
Complementary color
Monochromatic Colors of #0B6453
Black with #0B6453
Text Example
Text Example
White with #0B6453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6453; }
p { color: rgb(11,100,83); }
H1.HeaderClassName
{
color: #0B6453;
}
.AnyTagClassName
{
color: #0B6453;
}
</style>
background-color css
<style>
a { background-color: #0B6453; }
a { background-color: rgb(11,100,83); }
div.DivClassName
{
background-color: #0B6453;
}
.BgClassName
{
background-color: #0B6453;
}
</style>
border-color css
<style>
span { border-color: #0B6453; }
span { border-color: rgb(11,100,83); }
td.TdClassName
{
border-color: #0B6453;
}
.TagClassName
{
border-color: #0B6453;
}
</style>