Shades of Islamic Green #07BA11
Tints of Islamic Green #07BA11
RGB
CMYK
RGB Variations
Color information
#07BA11 (or 0x07BA11) is known color: Islamic Green. HEX triplet: 07, BA and 11. RGB value is (7,186,17). Sum of RGB (Red+Green+Blue) = 7+186+17=210 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.33% from 210); Green value is 186 (73.05% from 255 or 88.57% from 210); Blue value is 17 (7.03% from 255 or 8.10% from 210); Max value from RGB is 186 - color contains mainly: green. Hex color #07BA11 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07BA11 is #F845EE. Grayscale: #717171. Windows color (decimal): -16270831 or 1161735. OLE color: 1161735.
HSL color Cylindrical-coordinate representation of color #07BA11: hue angle of 123.35º 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 #07BA11 is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 186 | 17 | - |
| CMYK | 0.96 | 0 | 0.91 | 0.27 |
| HSL | 123.35º | 0.93% | 0.38% | - |
| HSV(B) | 123.35º | 0.96% | 0.73% | - |
| XYZ | 17.75 | 35.2 | 6.39 | - |
| YUV | 113.21 | 73.7 | 52.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 186 | 17 | 0.96 | 0 | 0.91 | 0.27 | 123.35 | 0.93 | 0.38 |
| Hex | 7 | BA | 11 | 60 | 0 | 5B | 1B | 7B | 5D | 26 |
| Octal | 7 | 272 | 21 | 140 | 0 | 133 | 33 | 173 | 135 | 46 |
| Binary | 111 | 10111010 | 10001 | 1100000 | 0 | 1011011 | 11011 | 1111011 | 1011101 | 100110 |
Color Harmonies of #07BA11
Complementary color
Monochromatic Colors of #07BA11
Black with #07BA11
Text Example
Text Example
White with #07BA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BA11; }
p { color: rgb(7,186,17); }
H1.HeaderClassName
{
color: #07BA11;
}
.AnyTagClassName
{
color: #07BA11;
}
</style>
background-color css
<style>
a { background-color: #07BA11; }
a { background-color: rgb(7,186,17); }
div.DivClassName
{
background-color: #07BA11;
}
.BgClassName
{
background-color: #07BA11;
}
</style>
border-color css
<style>
span { border-color: #07BA11; }
span { border-color: rgb(7,186,17); }
td.TdClassName
{
border-color: #07BA11;
}
.TagClassName
{
border-color: #07BA11;
}
</style>