Shades of Persian Green #0BA78B
Tints of Persian Green #0BA78B
RGB
CMYK
RGB Variations
Color information
#0BA78B (or 0x0BA78B) is known color: Persian Green. HEX triplet: 0B, A7 and 8B. RGB value is (11,167,139). Sum of RGB (Red+Green+Blue) = 11+167+139=317 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.47% from 317); Green value is 167 (65.62% from 255 or 52.68% from 317); Blue value is 139 (54.69% from 255 or 43.85% from 317); Max value from RGB is 167 - color contains mainly: green. Hex color #0BA78B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BA78B is #F45874. Grayscale: #757575. Windows color (decimal): -16013429 or 9152267. OLE color: 9152267.
HSL color Cylindrical-coordinate representation of color #0BA78B: hue angle of 169.23º 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 #0BA78B is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 11 | 167 | 139 | - |
| CMYK | 0.93 | 0 | 0.17 | 0.35 |
| HSL | 169.23º | 0.88% | 0.35% | - |
| HSV(B) | 169.23º | 0.93% | 0.65% | - |
| XYZ | 18.62 | 29.57 | 29.15 | - |
| YUV | 117.16 | 140.32 | 52.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 167 | 139 | 0.93 | 0 | 0.17 | 0.35 | 169.23 | 0.88 | 0.35 |
| Hex | B | A7 | 8B | 5D | 0 | 11 | 23 | A9 | 58 | 23 |
| Octal | 13 | 247 | 213 | 135 | 0 | 21 | 43 | 251 | 130 | 43 |
| Binary | 1011 | 10100111 | 10001011 | 1011101 | 0 | 10001 | 100011 | 10101001 | 1011000 | 100011 |
Color Harmonies of #0BA78B
Complementary color
Monochromatic Colors of #0BA78B
Black with #0BA78B
Text Example
Text Example
White with #0BA78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA78B; }
p { color: rgb(11,167,139); }
H1.HeaderClassName
{
color: #0BA78B;
}
.AnyTagClassName
{
color: #0BA78B;
}
</style>
background-color css
<style>
a { background-color: #0BA78B; }
a { background-color: rgb(11,167,139); }
div.DivClassName
{
background-color: #0BA78B;
}
.BgClassName
{
background-color: #0BA78B;
}
</style>
border-color css
<style>
span { border-color: #0BA78B; }
span { border-color: rgb(11,167,139); }
td.TdClassName
{
border-color: #0BA78B;
}
.TagClassName
{
border-color: #0BA78B;
}
</style>