Shades of Islamic Green #07A810
Tints of Islamic Green #07A810
RGB
CMYK
RGB Variations
Color information
#07A810 (or 0x07A810) is known color: Islamic Green. HEX triplet: 07, A8 and 10. RGB value is (7,168,16). Sum of RGB (Red+Green+Blue) = 7+168+16=191 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.66% from 191); Green value is 168 (66.02% from 255 or 87.96% from 191); Blue value is 16 (6.64% from 255 or 8.38% from 191); Max value from RGB is 168 - color contains mainly: green. Hex color #07A810 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07A810 is #F857EF. Grayscale: #666666. Windows color (decimal): -16275440 or 1091591. OLE color: 1091591.
HSL color Cylindrical-coordinate representation of color #07A810: hue angle of 123.35º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A810 is Cyan = 0.96, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 7 | 168 | 16 | - |
| CMYK | 0.96 | 0 | 0.90 | 0.34 |
| HSL | 123.35º | 0.92% | 0.34% | - |
| HSV(B) | 123.35º | 0.96% | 0.66% | - |
| XYZ | 14.18 | 28.09 | 5.16 | - |
| YUV | 102.53 | 79.16 | 59.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 168 | 16 | 0.96 | 0 | 0.90 | 0.34 | 123.35 | 0.92 | 0.34 |
| Hex | 7 | A8 | 10 | 60 | 0 | 5A | 22 | 7B | 5C | 22 |
| Octal | 7 | 250 | 20 | 140 | 0 | 132 | 42 | 173 | 134 | 42 |
| Binary | 111 | 10101000 | 10000 | 1100000 | 0 | 1011010 | 100010 | 1111011 | 1011100 | 100010 |
Color Harmonies of #07A810
Complementary color
Monochromatic Colors of #07A810
Black with #07A810
Text Example
Text Example
White with #07A810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A810; }
p { color: rgb(7,168,16); }
H1.HeaderClassName
{
color: #07A810;
}
.AnyTagClassName
{
color: #07A810;
}
</style>
background-color css
<style>
a { background-color: #07A810; }
a { background-color: rgb(7,168,16); }
div.DivClassName
{
background-color: #07A810;
}
.BgClassName
{
background-color: #07A810;
}
</style>
border-color css
<style>
span { border-color: #07A810; }
span { border-color: rgb(7,168,16); }
td.TdClassName
{
border-color: #07A810;
}
.TagClassName
{
border-color: #07A810;
}
</style>