Shades of Islamic Green #0BA705
Tints of Islamic Green #0BA705
RGB
CMYK
RGB Variations
Color information
#0BA705 (or 0x0BA705) is known color: Islamic Green. HEX triplet: 0B, A7 and 05. RGB value is (11,167,5). Sum of RGB (Red+Green+Blue) = 11+167+5=183 (24% of max value = 765). Red value is 11 (4.69% from 255 or 6.01% from 183); Green value is 167 (65.62% from 255 or 91.26% from 183); Blue value is 5 (2.34% from 255 or 2.73% from 183); Max value from RGB is 167 - color contains mainly: green. Hex color #0BA705 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BA705 is #F458FA. Grayscale: #666666. Windows color (decimal): -16013563 or 370443. OLE color: 370443.
HSL color Cylindrical-coordinate representation of color #0BA705: hue angle of 117.78º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0BA705 is Cyan = 0.93, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 11 | 167 | 5 | - |
| CMYK | 0.93 | 0 | 0.97 | 0.35 |
| HSL | 117.78º | 0.94% | 0.34% | - |
| HSV(B) | 117.78º | 0.97% | 0.65% | - |
| XYZ | 13.98 | 27.72 | 4.76 | - |
| YUV | 101.89 | 73.32 | 63.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 167 | 5 | 0.93 | 0 | 0.97 | 0.35 | 117.78 | 0.94 | 0.34 |
| Hex | B | A7 | 5 | 5D | 0 | 61 | 23 | 76 | 5E | 22 |
| Octal | 13 | 247 | 5 | 135 | 0 | 141 | 43 | 166 | 136 | 42 |
| Binary | 1011 | 10100111 | 101 | 1011101 | 0 | 1100001 | 100011 | 1110110 | 1011110 | 100010 |
Color Harmonies of #0BA705
Complementary color
Monochromatic Colors of #0BA705
Black with #0BA705
Text Example
Text Example
White with #0BA705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA705; }
p { color: rgb(11,167,5); }
H1.HeaderClassName
{
color: #0BA705;
}
.AnyTagClassName
{
color: #0BA705;
}
</style>
background-color css
<style>
a { background-color: #0BA705; }
a { background-color: rgb(11,167,5); }
div.DivClassName
{
background-color: #0BA705;
}
.BgClassName
{
background-color: #0BA705;
}
</style>
border-color css
<style>
span { border-color: #0BA705; }
span { border-color: rgb(11,167,5); }
td.TdClassName
{
border-color: #0BA705;
}
.TagClassName
{
border-color: #0BA705;
}
</style>