Shades of Islamic Green #07BC04
Tints of Islamic Green #07BC04
RGB
CMYK
RGB Variations
Color information
#07BC04 (or 0x07BC04) is known color: Islamic Green. HEX triplet: 07, BC and 04. RGB value is (7,188,4). Sum of RGB (Red+Green+Blue) = 7+188+4=199 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.52% from 199); Green value is 188 (73.83% from 255 or 94.47% from 199); Blue value is 4 (1.95% from 255 or 2.01% from 199); Max value from RGB is 188 - color contains mainly: green. Hex color #07BC04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07BC04 is #F843FB. Grayscale: #717171. Windows color (decimal): -16270332 or 310279. OLE color: 310279.
HSL color Cylindrical-coordinate representation of color #07BC04: hue angle of 119.02º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #07BC04 is Cyan = 0.96, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 188 | 4 | - |
| CMYK | 0.96 | 0 | 0.98 | 0.26 |
| HSL | 119.02º | 0.96% | 0.38% | - |
| HSV(B) | 119.02º | 0.98% | 0.74% | - |
| XYZ | 18.09 | 36.02 | 6.11 | - |
| YUV | 112.91 | 66.53 | 52.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 188 | 4 | 0.96 | 0 | 0.98 | 0.26 | 119.02 | 0.96 | 0.38 |
| Hex | 7 | BC | 4 | 60 | 0 | 62 | 1A | 77 | 60 | 26 |
| Octal | 7 | 274 | 4 | 140 | 0 | 142 | 32 | 167 | 140 | 46 |
| Binary | 111 | 10111100 | 100 | 1100000 | 0 | 1100010 | 11010 | 1110111 | 1100000 | 100110 |
Color Harmonies of #07BC04
Complementary color
Monochromatic Colors of #07BC04
Black with #07BC04
Text Example
Text Example
White with #07BC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BC04; }
p { color: rgb(7,188,4); }
H1.HeaderClassName
{
color: #07BC04;
}
.AnyTagClassName
{
color: #07BC04;
}
</style>
background-color css
<style>
a { background-color: #07BC04; }
a { background-color: rgb(7,188,4); }
div.DivClassName
{
background-color: #07BC04;
}
.BgClassName
{
background-color: #07BC04;
}
</style>
border-color css
<style>
span { border-color: #07BC04; }
span { border-color: rgb(7,188,4); }
td.TdClassName
{
border-color: #07BC04;
}
.TagClassName
{
border-color: #07BC04;
}
</style>