Shades of Jade #0BB867
Tints of Jade #0BB867
RGB
CMYK
RGB Variations
Color information
#0BB867 (or 0x0BB867) is known color: Jade. HEX triplet: 0B, B8 and 67. RGB value is (11,184,103). Sum of RGB (Red+Green+Blue) = 11+184+103=298 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.69% from 298); Green value is 184 (72.27% from 255 or 61.74% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 184 - color contains mainly: green. Hex color #0BB867 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BB867 is #F44798. Grayscale: #7B7B7B. Windows color (decimal): -16009113 or 6797323. OLE color: 6797323.
HSL color Cylindrical-coordinate representation of color #0BB867: hue angle of 151.91º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB867 is Cyan = 0.94, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 11 | 184 | 103 | - |
| CMYK | 0.94 | 0 | 0.44 | 0.28 |
| HSL | 151.91º | 0.89% | 0.38% | - |
| HSV(B) | 151.91º | 0.94% | 0.72% | - |
| XYZ | 19.73 | 35.33 | 18.61 | - |
| YUV | 123.04 | 116.69 | 48.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 184 | 103 | 0.94 | 0 | 0.44 | 0.28 | 151.91 | 0.89 | 0.38 |
| Hex | B | B8 | 67 | 5E | 0 | 2C | 1C | 98 | 59 | 26 |
| Octal | 13 | 270 | 147 | 136 | 0 | 54 | 34 | 230 | 131 | 46 |
| Binary | 1011 | 10111000 | 1100111 | 1011110 | 0 | 101100 | 11100 | 10011000 | 1011001 | 100110 |
Color Harmonies of #0BB867
Complementary color
Monochromatic Colors of #0BB867
Black with #0BB867
Text Example
Text Example
White with #0BB867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB867; }
p { color: rgb(11,184,103); }
H1.HeaderClassName
{
color: #0BB867;
}
.AnyTagClassName
{
color: #0BB867;
}
</style>
background-color css
<style>
a { background-color: #0BB867; }
a { background-color: rgb(11,184,103); }
div.DivClassName
{
background-color: #0BB867;
}
.BgClassName
{
background-color: #0BB867;
}
</style>
border-color css
<style>
span { border-color: #0BB867; }
span { border-color: rgb(11,184,103); }
td.TdClassName
{
border-color: #0BB867;
}
.TagClassName
{
border-color: #0BB867;
}
</style>