Shades of Jade #0BBB71
Tints of Jade #0BBB71
RGB
CMYK
RGB Variations
Color information
#0BBB71 (or 0x0BBB71) is known color: Jade. HEX triplet: 0B, BB and 71. RGB value is (11,187,113). Sum of RGB (Red+Green+Blue) = 11+187+113=311 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.54% from 311); Green value is 187 (73.44% from 255 or 60.13% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 187 - color contains mainly: green. Hex color #0BBB71 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BBB71 is #F4448E. Grayscale: #7E7E7E. Windows color (decimal): -16008335 or 7453451. OLE color: 7453451.
HSL color Cylindrical-coordinate representation of color #0BBB71: hue angle of 154.77º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBB71 is Cyan = 0.94, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 187 | 113 | - |
| CMYK | 0.94 | 0 | 0.40 | 0.27 |
| HSL | 154.77º | 0.89% | 0.39% | - |
| HSV(B) | 154.77º | 0.94% | 0.73% | - |
| XYZ | 20.89 | 36.8 | 21.63 | - |
| YUV | 125.94 | 120.69 | 46.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 187 | 113 | 0.94 | 0 | 0.40 | 0.27 | 154.77 | 0.89 | 0.39 |
| Hex | B | BB | 71 | 5E | 0 | 28 | 1B | 9B | 59 | 27 |
| Octal | 13 | 273 | 161 | 136 | 0 | 50 | 33 | 233 | 131 | 47 |
| Binary | 1011 | 10111011 | 1110001 | 1011110 | 0 | 101000 | 11011 | 10011011 | 1011001 | 100111 |
Color Harmonies of #0BBB71
Complementary color
Monochromatic Colors of #0BBB71
Black with #0BBB71
Text Example
Text Example
White with #0BBB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBB71; }
p { color: rgb(11,187,113); }
H1.HeaderClassName
{
color: #0BBB71;
}
.AnyTagClassName
{
color: #0BBB71;
}
</style>
background-color css
<style>
a { background-color: #0BBB71; }
a { background-color: rgb(11,187,113); }
div.DivClassName
{
background-color: #0BBB71;
}
.BgClassName
{
background-color: #0BBB71;
}
</style>
border-color css
<style>
span { border-color: #0BBB71; }
span { border-color: rgb(11,187,113); }
td.TdClassName
{
border-color: #0BBB71;
}
.TagClassName
{
border-color: #0BBB71;
}
</style>