Shades of Jade #0BB972
Tints of Jade #0BB972
RGB
CMYK
RGB Variations
Color information
#0BB972 (or 0x0BB972) is known color: Jade. HEX triplet: 0B, B9 and 72. RGB value is (11,185,114). Sum of RGB (Red+Green+Blue) = 11+185+114=310 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.55% from 310); Green value is 185 (72.66% from 255 or 59.68% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 185 - color contains mainly: green. Hex color #0BB972 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BB972 is #F4468D. Grayscale: #7C7C7C. Windows color (decimal): -16008846 or 7518475. OLE color: 7518475.
HSL color Cylindrical-coordinate representation of color #0BB972: hue angle of 155.52º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB972 is Cyan = 0.94, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 185 | 114 | - |
| CMYK | 0.94 | 0 | 0.38 | 0.27 |
| HSL | 155.52º | 0.89% | 0.38% | - |
| HSV(B) | 155.52º | 0.94% | 0.73% | - |
| XYZ | 20.52 | 35.98 | 21.78 | - |
| YUV | 124.88 | 121.85 | 46.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 185 | 114 | 0.94 | 0 | 0.38 | 0.27 | 155.52 | 0.89 | 0.38 |
| Hex | B | B9 | 72 | 5E | 0 | 26 | 1B | 9C | 59 | 26 |
| Octal | 13 | 271 | 162 | 136 | 0 | 46 | 33 | 234 | 131 | 46 |
| Binary | 1011 | 10111001 | 1110010 | 1011110 | 0 | 100110 | 11011 | 10011100 | 1011001 | 100110 |
Color Harmonies of #0BB972
Complementary color
Monochromatic Colors of #0BB972
Black with #0BB972
Text Example
Text Example
White with #0BB972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB972; }
p { color: rgb(11,185,114); }
H1.HeaderClassName
{
color: #0BB972;
}
.AnyTagClassName
{
color: #0BB972;
}
</style>
background-color css
<style>
a { background-color: #0BB972; }
a { background-color: rgb(11,185,114); }
div.DivClassName
{
background-color: #0BB972;
}
.BgClassName
{
background-color: #0BB972;
}
</style>
border-color css
<style>
span { border-color: #0BB972; }
span { border-color: rgb(11,185,114); }
td.TdClassName
{
border-color: #0BB972;
}
.TagClassName
{
border-color: #0BB972;
}
</style>