Shades of Islamic Green #0BA707
Tints of Islamic Green #0BA707
RGB
CMYK
RGB Variations
Color information
#0BA707 (or 0x0BA707) is known color: Islamic Green. HEX triplet: 0B, A7 and 07. RGB value is (11,167,7). Sum of RGB (Red+Green+Blue) = 11+167+7=185 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.95% from 185); Green value is 167 (65.62% from 255 or 90.27% from 185); Blue value is 7 (3.12% from 255 or 3.78% from 185); Max value from RGB is 167 - color contains mainly: green. Hex color #0BA707 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BA707 is #F458F8. Grayscale: #666666. Windows color (decimal): -16013561 or 501515. OLE color: 501515.
HSL color Cylindrical-coordinate representation of color #0BA707: hue angle of 118.5º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BA707 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 11 | 167 | 7 | - |
| CMYK | 0.93 | 0 | 0.96 | 0.35 |
| HSL | 118.5º | 0.92% | 0.34% | - |
| HSV(B) | 118.5º | 0.96% | 0.65% | - |
| XYZ | 14 | 27.72 | 4.81 | - |
| YUV | 102.12 | 74.32 | 63.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 167 | 7 | 0.93 | 0 | 0.96 | 0.35 | 118.5 | 0.92 | 0.34 |
| Hex | B | A7 | 7 | 5D | 0 | 60 | 23 | 76 | 5C | 22 |
| Octal | 13 | 247 | 7 | 135 | 0 | 140 | 43 | 166 | 134 | 42 |
| Binary | 1011 | 10100111 | 111 | 1011101 | 0 | 1100000 | 100011 | 1110110 | 1011100 | 100010 |
Color Harmonies of #0BA707
Complementary color
Monochromatic Colors of #0BA707
Black with #0BA707
Text Example
Text Example
White with #0BA707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA707; }
p { color: rgb(11,167,7); }
H1.HeaderClassName
{
color: #0BA707;
}
.AnyTagClassName
{
color: #0BA707;
}
</style>
background-color css
<style>
a { background-color: #0BA707; }
a { background-color: rgb(11,167,7); }
div.DivClassName
{
background-color: #0BA707;
}
.BgClassName
{
background-color: #0BA707;
}
</style>
border-color css
<style>
span { border-color: #0BA707; }
span { border-color: rgb(11,167,7); }
td.TdClassName
{
border-color: #0BA707;
}
.TagClassName
{
border-color: #0BA707;
}
</style>