Shades of Jade #0BBB6D
Tints of Jade #0BBB6D
RGB
CMYK
RGB Variations
Color information
#0BBB6D (or 0x0BBB6D) is known color: Jade. HEX triplet: 0B, BB and 6D. RGB value is (11,187,109). Sum of RGB (Red+Green+Blue) = 11+187+109=307 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.58% from 307); Green value is 187 (73.44% from 255 or 60.91% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 187 - color contains mainly: green. Hex color #0BBB6D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BBB6D is #F44492. Grayscale: #7D7D7D. Windows color (decimal): -16008339 or 7191307. OLE color: 7191307.
HSL color Cylindrical-coordinate representation of color #0BBB6D: hue angle of 153.41º 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 #0BBB6D is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 187 | 109 | - |
| CMYK | 0.94 | 0 | 0.42 | 0.27 |
| HSL | 153.41º | 0.89% | 0.39% | - |
| HSV(B) | 153.41º | 0.94% | 0.73% | - |
| XYZ | 20.67 | 36.72 | 20.47 | - |
| YUV | 125.48 | 118.69 | 46.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 187 | 109 | 0.94 | 0 | 0.42 | 0.27 | 153.41 | 0.89 | 0.39 |
| Hex | B | BB | 6D | 5E | 0 | 2A | 1B | 99 | 59 | 27 |
| Octal | 13 | 273 | 155 | 136 | 0 | 52 | 33 | 231 | 131 | 47 |
| Binary | 1011 | 10111011 | 1101101 | 1011110 | 0 | 101010 | 11011 | 10011001 | 1011001 | 100111 |
Color Harmonies of #0BBB6D
Complementary color
Monochromatic Colors of #0BBB6D
Black with #0BBB6D
Text Example
Text Example
White with #0BBB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBB6D; }
p { color: rgb(11,187,109); }
H1.HeaderClassName
{
color: #0BBB6D;
}
.AnyTagClassName
{
color: #0BBB6D;
}
</style>
background-color css
<style>
a { background-color: #0BBB6D; }
a { background-color: rgb(11,187,109); }
div.DivClassName
{
background-color: #0BBB6D;
}
.BgClassName
{
background-color: #0BBB6D;
}
</style>
border-color css
<style>
span { border-color: #0BBB6D; }
span { border-color: rgb(11,187,109); }
td.TdClassName
{
border-color: #0BBB6D;
}
.TagClassName
{
border-color: #0BBB6D;
}
</style>