Shades of Watercourse #0B724C
Tints of Watercourse #0B724C
RGB
CMYK
RGB Variations
Color information
#0B724C (or 0x0B724C) is known color: Watercourse. HEX triplet: 0B, 72 and 4C. RGB value is (11,114,76). Sum of RGB (Red+Green+Blue) = 11+114+76=201 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.47% from 201); Green value is 114 (44.92% from 255 or 56.72% from 201); Blue value is 76 (30.08% from 255 or 37.81% from 201); Max value from RGB is 114 - color contains mainly: green. Hex color #0B724C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B724C is #F48DB3. Grayscale: #4E4E4E. Windows color (decimal): -16027060 or 5009931. OLE color: 5009931.
HSL color Cylindrical-coordinate representation of color #0B724C: hue angle of 157.86º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B724C is Cyan = 0.90, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 11 | 114 | 76 | - |
| CMYK | 0.90 | 0 | 0.33 | 0.55 |
| HSL | 157.86º | 0.82% | 0.25% | - |
| HSV(B) | 157.86º | 0.9% | 0.45% | - |
| XYZ | 7.46 | 12.63 | 8.88 | - |
| YUV | 78.87 | 126.38 | 79.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 114 | 76 | 0.90 | 0 | 0.33 | 0.55 | 157.86 | 0.82 | 0.25 |
| Hex | B | 72 | 4C | 5A | 0 | 21 | 37 | 9E | 52 | 19 |
| Octal | 13 | 162 | 114 | 132 | 0 | 41 | 67 | 236 | 122 | 31 |
| Binary | 1011 | 1110010 | 1001100 | 1011010 | 0 | 100001 | 110111 | 10011110 | 1010010 | 11001 |
Color Harmonies of #0B724C
Complementary color
Monochromatic Colors of #0B724C
Black with #0B724C
Text Example
Text Example
White with #0B724C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B724C; }
p { color: rgb(11,114,76); }
H1.HeaderClassName
{
color: #0B724C;
}
.AnyTagClassName
{
color: #0B724C;
}
</style>
background-color css
<style>
a { background-color: #0B724C; }
a { background-color: rgb(11,114,76); }
div.DivClassName
{
background-color: #0B724C;
}
.BgClassName
{
background-color: #0B724C;
}
</style>
border-color css
<style>
span { border-color: #0B724C; }
span { border-color: rgb(11,114,76); }
td.TdClassName
{
border-color: #0B724C;
}
.TagClassName
{
border-color: #0B724C;
}
</style>