Shades of Jade #0BA773
Tints of Jade #0BA773
RGB
CMYK
RGB Variations
Color information
#0BA773 (or 0x0BA773) is known color: Jade. HEX triplet: 0B, A7 and 73. RGB value is (11,167,115). Sum of RGB (Red+Green+Blue) = 11+167+115=293 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.75% from 293); Green value is 167 (65.62% from 255 or 57.00% from 293); Blue value is 115 (45.31% from 255 or 39.25% from 293); Max value from RGB is 167 - color contains mainly: green. Hex color #0BA773 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BA773 is #F4588C. Grayscale: #727272. Windows color (decimal): -16013453 or 7579403. OLE color: 7579403.
HSL color Cylindrical-coordinate representation of color #0BA773: hue angle of 160º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA773 is Cyan = 0.93, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 11 | 167 | 115 | - |
| CMYK | 0.93 | 0 | 0.31 | 0.35 |
| HSL | 160º | 0.88% | 0.35% | - |
| HSV(B) | 160º | 0.93% | 0.65% | - |
| XYZ | 17.05 | 28.95 | 20.91 | - |
| YUV | 114.43 | 128.32 | 54.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 167 | 115 | 0.93 | 0 | 0.31 | 0.35 | 160 | 0.88 | 0.35 |
| Hex | B | A7 | 73 | 5D | 0 | 1F | 23 | A0 | 58 | 23 |
| Octal | 13 | 247 | 163 | 135 | 0 | 37 | 43 | 240 | 130 | 43 |
| Binary | 1011 | 10100111 | 1110011 | 1011101 | 0 | 11111 | 100011 | 10100000 | 1011000 | 100011 |
Color Harmonies of #0BA773
Complementary color
Monochromatic Colors of #0BA773
Black with #0BA773
Text Example
Text Example
White with #0BA773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA773; }
p { color: rgb(11,167,115); }
H1.HeaderClassName
{
color: #0BA773;
}
.AnyTagClassName
{
color: #0BA773;
}
</style>
background-color css
<style>
a { background-color: #0BA773; }
a { background-color: rgb(11,167,115); }
div.DivClassName
{
background-color: #0BA773;
}
.BgClassName
{
background-color: #0BA773;
}
</style>
border-color css
<style>
span { border-color: #0BA773; }
span { border-color: rgb(11,167,115); }
td.TdClassName
{
border-color: #0BA773;
}
.TagClassName
{
border-color: #0BA773;
}
</style>