Shades of Islamic Green #07BC03
Tints of Islamic Green #07BC03
RGB
CMYK
RGB Variations
Color information
#07BC03 (or 0x07BC03) is known color: Islamic Green. HEX triplet: 07, BC and 03. RGB value is (7,188,3). Sum of RGB (Red+Green+Blue) = 7+188+3=198 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.54% from 198); Green value is 188 (73.83% from 255 or 94.95% from 198); Blue value is 3 (1.56% from 255 or 1.52% from 198); Max value from RGB is 188 - color contains mainly: green. Hex color #07BC03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07BC03 is #F843FC. Grayscale: #717171. Windows color (decimal): -16270333 or 244743. OLE color: 244743.
HSL color Cylindrical-coordinate representation of color #07BC03: hue angle of 118.7º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #07BC03 is Cyan = 0.96, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 188 | 3 | - |
| CMYK | 0.96 | 0 | 0.98 | 0.26 |
| HSL | 118.7º | 0.97% | 0.37% | - |
| HSV(B) | 118.7º | 0.98% | 0.74% | - |
| XYZ | 18.09 | 36.02 | 6.09 | - |
| YUV | 112.79 | 66.03 | 52.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 188 | 3 | 0.96 | 0 | 0.98 | 0.26 | 118.7 | 0.97 | 0.37 |
| Hex | 7 | BC | 3 | 60 | 0 | 62 | 1A | 77 | 61 | 25 |
| Octal | 7 | 274 | 3 | 140 | 0 | 142 | 32 | 167 | 141 | 45 |
| Binary | 111 | 10111100 | 11 | 1100000 | 0 | 1100010 | 11010 | 1110111 | 1100001 | 100101 |
Color Harmonies of #07BC03
Complementary color
Monochromatic Colors of #07BC03
Black with #07BC03
Text Example
Text Example
White with #07BC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BC03; }
p { color: rgb(7,188,3); }
H1.HeaderClassName
{
color: #07BC03;
}
.AnyTagClassName
{
color: #07BC03;
}
</style>
background-color css
<style>
a { background-color: #07BC03; }
a { background-color: rgb(7,188,3); }
div.DivClassName
{
background-color: #07BC03;
}
.BgClassName
{
background-color: #07BC03;
}
</style>
border-color css
<style>
span { border-color: #07BC03; }
span { border-color: rgb(7,188,3); }
td.TdClassName
{
border-color: #07BC03;
}
.TagClassName
{
border-color: #07BC03;
}
</style>