Shades of Jade #0BB06F
Tints of Jade #0BB06F
RGB
CMYK
RGB Variations
Color information
#0BB06F (or 0x0BB06F) is known color: Jade. HEX triplet: 0B, B0 and 6F. RGB value is (11,176,111). Sum of RGB (Red+Green+Blue) = 11+176+111=298 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.69% from 298); Green value is 176 (69.14% from 255 or 59.06% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 176 - color contains mainly: green. Hex color #0BB06F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BB06F is #F44F90. Grayscale: #777777. Windows color (decimal): -16011153 or 7319563. OLE color: 7319563.
HSL color Cylindrical-coordinate representation of color #0BB06F: hue angle of 156.36º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB06F is Cyan = 0.94, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 11 | 176 | 111 | - |
| CMYK | 0.94 | 0 | 0.37 | 0.31 |
| HSL | 156.36º | 0.88% | 0.37% | - |
| HSV(B) | 156.36º | 0.94% | 0.69% | - |
| XYZ | 18.53 | 32.27 | 20.29 | - |
| YUV | 119.26 | 123.34 | 50.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 176 | 111 | 0.94 | 0 | 0.37 | 0.31 | 156.36 | 0.88 | 0.37 |
| Hex | B | B0 | 6F | 5E | 0 | 25 | 1F | 9C | 58 | 25 |
| Octal | 13 | 260 | 157 | 136 | 0 | 45 | 37 | 234 | 130 | 45 |
| Binary | 1011 | 10110000 | 1101111 | 1011110 | 0 | 100101 | 11111 | 10011100 | 1011000 | 100101 |
Color Harmonies of #0BB06F
Complementary color
Monochromatic Colors of #0BB06F
Black with #0BB06F
Text Example
Text Example
White with #0BB06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB06F; }
p { color: rgb(11,176,111); }
H1.HeaderClassName
{
color: #0BB06F;
}
.AnyTagClassName
{
color: #0BB06F;
}
</style>
background-color css
<style>
a { background-color: #0BB06F; }
a { background-color: rgb(11,176,111); }
div.DivClassName
{
background-color: #0BB06F;
}
.BgClassName
{
background-color: #0BB06F;
}
</style>
border-color css
<style>
span { border-color: #0BB06F; }
span { border-color: rgb(11,176,111); }
td.TdClassName
{
border-color: #0BB06F;
}
.TagClassName
{
border-color: #0BB06F;
}
</style>