Shades of Islamic Green #07A01B
Tints of Islamic Green #07A01B
RGB
CMYK
RGB Variations
Color information
#07A01B (or 0x07A01B) is known color: Islamic Green. HEX triplet: 07, A0 and 1B. RGB value is (7,160,27). Sum of RGB (Red+Green+Blue) = 7+160+27=194 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.61% from 194); Green value is 160 (62.89% from 255 or 82.47% from 194); Blue value is 27 (10.94% from 255 or 13.92% from 194); Max value from RGB is 160 - color contains mainly: green. Hex color #07A01B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07A01B is #F85FE4. Grayscale: #636363. Windows color (decimal): -16277477 or 1810439. OLE color: 1810439.
HSL color Cylindrical-coordinate representation of color #07A01B: hue angle of 127.84º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A01B is Cyan = 0.96, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 7 | 160 | 27 | - |
| CMYK | 0.96 | 0 | 0.83 | 0.37 |
| HSL | 127.84º | 0.92% | 0.33% | - |
| HSV(B) | 127.84º | 0.96% | 0.63% | - |
| XYZ | 12.86 | 25.27 | 5.24 | - |
| YUV | 99.09 | 87.31 | 62.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 160 | 27 | 0.96 | 0 | 0.83 | 0.37 | 127.84 | 0.92 | 0.33 |
| Hex | 7 | A0 | 1B | 60 | 0 | 53 | 25 | 80 | 5C | 21 |
| Octal | 7 | 240 | 33 | 140 | 0 | 123 | 45 | 200 | 134 | 41 |
| Binary | 111 | 10100000 | 11011 | 1100000 | 0 | 1010011 | 100101 | 10000000 | 1011100 | 100001 |
Color Harmonies of #07A01B
Complementary color
Monochromatic Colors of #07A01B
Black with #07A01B
Text Example
Text Example
White with #07A01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A01B; }
p { color: rgb(7,160,27); }
H1.HeaderClassName
{
color: #07A01B;
}
.AnyTagClassName
{
color: #07A01B;
}
</style>
background-color css
<style>
a { background-color: #07A01B; }
a { background-color: rgb(7,160,27); }
div.DivClassName
{
background-color: #07A01B;
}
.BgClassName
{
background-color: #07A01B;
}
</style>
border-color css
<style>
span { border-color: #07A01B; }
span { border-color: rgb(7,160,27); }
td.TdClassName
{
border-color: #07A01B;
}
.TagClassName
{
border-color: #07A01B;
}
</style>