Shades of Islamic Green #07A019
Tints of Islamic Green #07A019
RGB
CMYK
RGB Variations
Color information
#07A019 (or 0x07A019) is known color: Islamic Green. HEX triplet: 07, A0 and 19. RGB value is (7,160,25). Sum of RGB (Red+Green+Blue) = 7+160+25=192 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.65% from 192); Green value is 160 (62.89% from 255 or 83.33% from 192); Blue value is 25 (10.16% from 255 or 13.02% from 192); Max value from RGB is 160 - color contains mainly: green. Hex color #07A019 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07A019 is #F85FE6. Grayscale: #636363. Windows color (decimal): -16277479 or 1679367. OLE color: 1679367.
HSL color Cylindrical-coordinate representation of color #07A019: hue angle of 127.06º 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 #07A019 is Cyan = 0.96, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 7 | 160 | 25 | - |
| CMYK | 0.96 | 0 | 0.84 | 0.37 |
| HSL | 127.06º | 0.92% | 0.33% | - |
| HSV(B) | 127.06º | 0.96% | 0.63% | - |
| XYZ | 12.83 | 25.26 | 5.12 | - |
| YUV | 98.86 | 86.31 | 62.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 160 | 25 | 0.96 | 0 | 0.84 | 0.37 | 127.06 | 0.92 | 0.33 |
| Hex | 7 | A0 | 19 | 60 | 0 | 54 | 25 | 7F | 5C | 21 |
| Octal | 7 | 240 | 31 | 140 | 0 | 124 | 45 | 177 | 134 | 41 |
| Binary | 111 | 10100000 | 11001 | 1100000 | 0 | 1010100 | 100101 | 1111111 | 1011100 | 100001 |
Color Harmonies of #07A019
Complementary color
Monochromatic Colors of #07A019
Black with #07A019
Text Example
Text Example
White with #07A019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A019; }
p { color: rgb(7,160,25); }
H1.HeaderClassName
{
color: #07A019;
}
.AnyTagClassName
{
color: #07A019;
}
</style>
background-color css
<style>
a { background-color: #07A019; }
a { background-color: rgb(7,160,25); }
div.DivClassName
{
background-color: #07A019;
}
.BgClassName
{
background-color: #07A019;
}
</style>
border-color css
<style>
span { border-color: #07A019; }
span { border-color: rgb(7,160,25); }
td.TdClassName
{
border-color: #07A019;
}
.TagClassName
{
border-color: #07A019;
}
</style>