Shades of Jade #0BB673
Tints of Jade #0BB673
RGB
CMYK
RGB Variations
Color information
#0BB673 (or 0x0BB673) is known color: Jade. HEX triplet: 0B, B6 and 73. RGB value is (11,182,115). Sum of RGB (Red+Green+Blue) = 11+182+115=308 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.57% from 308); Green value is 182 (71.48% from 255 or 59.09% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 182 - color contains mainly: green. Hex color #0BB673 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BB673 is #F4498C. Grayscale: #7B7B7B. Windows color (decimal): -16009613 or 7583243. OLE color: 7583243.
HSL color Cylindrical-coordinate representation of color #0BB673: hue angle of 156.49º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB673 is Cyan = 0.94, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 11 | 182 | 115 | - |
| CMYK | 0.94 | 0 | 0.37 | 0.29 |
| HSL | 156.49º | 0.89% | 0.38% | - |
| HSV(B) | 156.49º | 0.94% | 0.71% | - |
| XYZ | 19.96 | 34.76 | 21.88 | - |
| YUV | 123.23 | 123.35 | 47.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 182 | 115 | 0.94 | 0 | 0.37 | 0.29 | 156.49 | 0.89 | 0.38 |
| Hex | B | B6 | 73 | 5E | 0 | 25 | 1D | 9C | 59 | 26 |
| Octal | 13 | 266 | 163 | 136 | 0 | 45 | 35 | 234 | 131 | 46 |
| Binary | 1011 | 10110110 | 1110011 | 1011110 | 0 | 100101 | 11101 | 10011100 | 1011001 | 100110 |
Color Harmonies of #0BB673
Complementary color
Monochromatic Colors of #0BB673
Black with #0BB673
Text Example
Text Example
White with #0BB673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB673; }
p { color: rgb(11,182,115); }
H1.HeaderClassName
{
color: #0BB673;
}
.AnyTagClassName
{
color: #0BB673;
}
</style>
background-color css
<style>
a { background-color: #0BB673; }
a { background-color: rgb(11,182,115); }
div.DivClassName
{
background-color: #0BB673;
}
.BgClassName
{
background-color: #0BB673;
}
</style>
border-color css
<style>
span { border-color: #0BB673; }
span { border-color: rgb(11,182,115); }
td.TdClassName
{
border-color: #0BB673;
}
.TagClassName
{
border-color: #0BB673;
}
</style>