Shades of Islamic Green #07A805
Tints of Islamic Green #07A805
RGB
CMYK
RGB Variations
Color information
#07A805 (or 0x07A805) is known color: Islamic Green. HEX triplet: 07, A8 and 05. RGB value is (7,168,5). Sum of RGB (Red+Green+Blue) = 7+168+5=180 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.89% from 180); Green value is 168 (66.02% from 255 or 93.33% from 180); Blue value is 5 (2.34% from 255 or 2.78% from 180); Max value from RGB is 168 - color contains mainly: green. Hex color #07A805 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07A805 is #F857FA. Grayscale: #656565. Windows color (decimal): -16275451 or 370695. OLE color: 370695.
HSL color Cylindrical-coordinate representation of color #07A805: hue angle of 119.26º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07A805 is Cyan = 0.96, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 7 | 168 | 5 | - |
| CMYK | 0.96 | 0 | 0.97 | 0.34 |
| HSL | 119.26º | 0.94% | 0.34% | - |
| HSV(B) | 119.26º | 0.97% | 0.66% | - |
| XYZ | 14.12 | 28.06 | 4.82 | - |
| YUV | 101.28 | 73.66 | 60.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 168 | 5 | 0.96 | 0 | 0.97 | 0.34 | 119.26 | 0.94 | 0.34 |
| Hex | 7 | A8 | 5 | 60 | 0 | 61 | 22 | 77 | 5E | 22 |
| Octal | 7 | 250 | 5 | 140 | 0 | 141 | 42 | 167 | 136 | 42 |
| Binary | 111 | 10101000 | 101 | 1100000 | 0 | 1100001 | 100010 | 1110111 | 1011110 | 100010 |
Color Harmonies of #07A805
Complementary color
Monochromatic Colors of #07A805
Black with #07A805
Text Example
Text Example
White with #07A805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A805; }
p { color: rgb(7,168,5); }
H1.HeaderClassName
{
color: #07A805;
}
.AnyTagClassName
{
color: #07A805;
}
</style>
background-color css
<style>
a { background-color: #07A805; }
a { background-color: rgb(7,168,5); }
div.DivClassName
{
background-color: #07A805;
}
.BgClassName
{
background-color: #07A805;
}
</style>
border-color css
<style>
span { border-color: #07A805; }
span { border-color: rgb(7,168,5); }
td.TdClassName
{
border-color: #07A805;
}
.TagClassName
{
border-color: #07A805;
}
</style>