Shades of Jade #0BBA75
Tints of Jade #0BBA75
RGB
CMYK
RGB Variations
Color information
#0BBA75 (or 0x0BBA75) is known color: Jade. HEX triplet: 0B, BA and 75. RGB value is (11,186,117). Sum of RGB (Red+Green+Blue) = 11+186+117=314 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.50% from 314); Green value is 186 (73.05% from 255 or 59.24% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 186 - color contains mainly: green. Hex color #0BBA75 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BBA75 is #F4458A. Grayscale: #7D7D7D. Windows color (decimal): -16008587 or 7715339. OLE color: 7715339.
HSL color Cylindrical-coordinate representation of color #0BBA75: hue angle of 156.34º 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 #0BBA75 is Cyan = 0.94, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 186 | 117 | - |
| CMYK | 0.94 | 0 | 0.37 | 0.27 |
| HSL | 156.34º | 0.89% | 0.39% | - |
| HSV(B) | 156.34º | 0.94% | 0.73% | - |
| XYZ | 20.91 | 36.47 | 22.77 | - |
| YUV | 125.81 | 123.02 | 46.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 186 | 117 | 0.94 | 0 | 0.37 | 0.27 | 156.34 | 0.89 | 0.39 |
| Hex | B | BA | 75 | 5E | 0 | 25 | 1B | 9C | 59 | 27 |
| Octal | 13 | 272 | 165 | 136 | 0 | 45 | 33 | 234 | 131 | 47 |
| Binary | 1011 | 10111010 | 1110101 | 1011110 | 0 | 100101 | 11011 | 10011100 | 1011001 | 100111 |
Color Harmonies of #0BBA75
Complementary color
Monochromatic Colors of #0BBA75
Black with #0BBA75
Text Example
Text Example
White with #0BBA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBA75; }
p { color: rgb(11,186,117); }
H1.HeaderClassName
{
color: #0BBA75;
}
.AnyTagClassName
{
color: #0BBA75;
}
</style>
background-color css
<style>
a { background-color: #0BBA75; }
a { background-color: rgb(11,186,117); }
div.DivClassName
{
background-color: #0BBA75;
}
.BgClassName
{
background-color: #0BBA75;
}
</style>
border-color css
<style>
span { border-color: #0BBA75; }
span { border-color: rgb(11,186,117); }
td.TdClassName
{
border-color: #0BBA75;
}
.TagClassName
{
border-color: #0BBA75;
}
</style>