Shades of Watercourse #0B734E
Tints of Watercourse #0B734E
RGB
CMYK
RGB Variations
Color information
#0B734E (or 0x0B734E) is known color: Watercourse. HEX triplet: 0B, 73 and 4E. RGB value is (11,115,78). Sum of RGB (Red+Green+Blue) = 11+115+78=204 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.39% from 204); Green value is 115 (45.31% from 255 or 56.37% from 204); Blue value is 78 (30.86% from 255 or 38.24% from 204); Max value from RGB is 115 - color contains mainly: green. Hex color #0B734E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B734E is #F48CB1. Grayscale: #4F4F4F. Windows color (decimal): -16026802 or 5141259. OLE color: 5141259.
HSL color Cylindrical-coordinate representation of color #0B734E: hue angle of 158.65º degrees, saturation: 0.83, 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 #0B734E is Cyan = 0.90, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 11 | 115 | 78 | - |
| CMYK | 0.90 | 0 | 0.32 | 0.55 |
| HSL | 158.65º | 0.83% | 0.25% | - |
| HSV(B) | 158.65º | 0.9% | 0.45% | - |
| XYZ | 7.64 | 12.88 | 9.29 | - |
| YUV | 79.69 | 127.04 | 79.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 115 | 78 | 0.90 | 0 | 0.32 | 0.55 | 158.65 | 0.83 | 0.25 |
| Hex | B | 73 | 4E | 5A | 0 | 20 | 37 | 9F | 53 | 19 |
| Octal | 13 | 163 | 116 | 132 | 0 | 40 | 67 | 237 | 123 | 31 |
| Binary | 1011 | 1110011 | 1001110 | 1011010 | 0 | 100000 | 110111 | 10011111 | 1010011 | 11001 |
Color Harmonies of #0B734E
Complementary color
Monochromatic Colors of #0B734E
Black with #0B734E
Text Example
Text Example
White with #0B734E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B734E; }
p { color: rgb(11,115,78); }
H1.HeaderClassName
{
color: #0B734E;
}
.AnyTagClassName
{
color: #0B734E;
}
</style>
background-color css
<style>
a { background-color: #0B734E; }
a { background-color: rgb(11,115,78); }
div.DivClassName
{
background-color: #0B734E;
}
.BgClassName
{
background-color: #0B734E;
}
</style>
border-color css
<style>
span { border-color: #0B734E; }
span { border-color: rgb(11,115,78); }
td.TdClassName
{
border-color: #0B734E;
}
.TagClassName
{
border-color: #0B734E;
}
</style>