Shades of Islamic Green #07B70E
Tints of Islamic Green #07B70E
RGB
CMYK
RGB Variations
Color information
#07B70E (or 0x07B70E) is known color: Islamic Green. HEX triplet: 07, B7 and 0E. RGB value is (7,183,14). Sum of RGB (Red+Green+Blue) = 7+183+14=204 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.43% from 204); Green value is 183 (71.88% from 255 or 89.71% from 204); Blue value is 14 (5.86% from 255 or 6.86% from 204); Max value from RGB is 183 - color contains mainly: green. Hex color #07B70E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07B70E is #F848F1. Grayscale: #6F6F6F. Windows color (decimal): -16271602 or 964359. OLE color: 964359.
HSL color Cylindrical-coordinate representation of color #07B70E: hue angle of 122.39º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B70E is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 7 | 183 | 14 | - |
| CMYK | 0.96 | 0 | 0.92 | 0.28 |
| HSL | 122.39º | 0.93% | 0.37% | - |
| HSV(B) | 122.39º | 0.96% | 0.72% | - |
| XYZ | 17.1 | 33.94 | 6.07 | - |
| YUV | 111.11 | 73.19 | 53.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 183 | 14 | 0.96 | 0 | 0.92 | 0.28 | 122.39 | 0.93 | 0.37 |
| Hex | 7 | B7 | E | 60 | 0 | 5C | 1C | 7A | 5D | 25 |
| Octal | 7 | 267 | 16 | 140 | 0 | 134 | 34 | 172 | 135 | 45 |
| Binary | 111 | 10110111 | 1110 | 1100000 | 0 | 1011100 | 11100 | 1111010 | 1011101 | 100101 |
Color Harmonies of #07B70E
Complementary color
Monochromatic Colors of #07B70E
Black with #07B70E
Text Example
Text Example
White with #07B70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B70E; }
p { color: rgb(7,183,14); }
H1.HeaderClassName
{
color: #07B70E;
}
.AnyTagClassName
{
color: #07B70E;
}
</style>
background-color css
<style>
a { background-color: #07B70E; }
a { background-color: rgb(7,183,14); }
div.DivClassName
{
background-color: #07B70E;
}
.BgClassName
{
background-color: #07B70E;
}
</style>
border-color css
<style>
span { border-color: #07B70E; }
span { border-color: rgb(7,183,14); }
td.TdClassName
{
border-color: #07B70E;
}
.TagClassName
{
border-color: #07B70E;
}
</style>