Shades of Islamic Green #07BA0B
Tints of Islamic Green #07BA0B
RGB
CMYK
RGB Variations
Color information
#07BA0B (or 0x07BA0B) is known color: Islamic Green. HEX triplet: 07, BA and 0B. RGB value is (7,186,11). Sum of RGB (Red+Green+Blue) = 7+186+11=204 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.43% from 204); Green value is 186 (73.05% from 255 or 91.18% from 204); Blue value is 11 (4.69% from 255 or 5.39% from 204); Max value from RGB is 186 - color contains mainly: green. Hex color #07BA0B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07BA0B is #F845F4. Grayscale: #717171. Windows color (decimal): -16270837 or 768519. OLE color: 768519.
HSL color Cylindrical-coordinate representation of color #07BA0B: hue angle of 121.34º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BA0B is Cyan = 0.96, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 186 | 11 | - |
| CMYK | 0.96 | 0 | 0.94 | 0.27 |
| HSL | 121.34º | 0.93% | 0.38% | - |
| HSV(B) | 121.34º | 0.96% | 0.73% | - |
| XYZ | 17.71 | 35.19 | 6.18 | - |
| YUV | 112.53 | 70.7 | 52.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 186 | 11 | 0.96 | 0 | 0.94 | 0.27 | 121.34 | 0.93 | 0.38 |
| Hex | 7 | BA | B | 60 | 0 | 5E | 1B | 79 | 5D | 26 |
| Octal | 7 | 272 | 13 | 140 | 0 | 136 | 33 | 171 | 135 | 46 |
| Binary | 111 | 10111010 | 1011 | 1100000 | 0 | 1011110 | 11011 | 1111001 | 1011101 | 100110 |
Color Harmonies of #07BA0B
Complementary color
Monochromatic Colors of #07BA0B
Black with #07BA0B
Text Example
Text Example
White with #07BA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BA0B; }
p { color: rgb(7,186,11); }
H1.HeaderClassName
{
color: #07BA0B;
}
.AnyTagClassName
{
color: #07BA0B;
}
</style>
background-color css
<style>
a { background-color: #07BA0B; }
a { background-color: rgb(7,186,11); }
div.DivClassName
{
background-color: #07BA0B;
}
.BgClassName
{
background-color: #07BA0B;
}
</style>
border-color css
<style>
span { border-color: #07BA0B; }
span { border-color: rgb(7,186,11); }
td.TdClassName
{
border-color: #07BA0B;
}
.TagClassName
{
border-color: #07BA0B;
}
</style>