Shades of Islamic Green #07A206
Tints of Islamic Green #07A206
RGB
CMYK
RGB Variations
Color information
#07A206 (or 0x07A206) is known color: Islamic Green. HEX triplet: 07, A2 and 06. RGB value is (7,162,6). Sum of RGB (Red+Green+Blue) = 7+162+6=175 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4% from 175); Green value is 162 (63.67% from 255 or 92.57% from 175); Blue value is 6 (2.73% from 255 or 3.43% from 175); Max value from RGB is 162 - color contains mainly: green. Hex color #07A206 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07A206 is #F85DF9. Grayscale: #626262. Windows color (decimal): -16276986 or 434695. OLE color: 434695.
HSL color Cylindrical-coordinate representation of color #07A206: hue angle of 119.62º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A206 is Cyan = 0.96, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 162 | 6 | - |
| CMYK | 0.96 | 0 | 0.96 | 0.36 |
| HSL | 119.62º | 0.93% | 0.33% | - |
| HSV(B) | 119.62º | 0.96% | 0.64% | - |
| XYZ | 13.04 | 25.9 | 4.48 | - |
| YUV | 97.87 | 76.15 | 63.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 162 | 6 | 0.96 | 0 | 0.96 | 0.36 | 119.62 | 0.93 | 0.33 |
| Hex | 7 | A2 | 6 | 60 | 0 | 60 | 24 | 78 | 5D | 21 |
| Octal | 7 | 242 | 6 | 140 | 0 | 140 | 44 | 170 | 135 | 41 |
| Binary | 111 | 10100010 | 110 | 1100000 | 0 | 1100000 | 100100 | 1111000 | 1011101 | 100001 |
Color Harmonies of #07A206
Complementary color
Monochromatic Colors of #07A206
Black with #07A206
Text Example
Text Example
White with #07A206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A206; }
p { color: rgb(7,162,6); }
H1.HeaderClassName
{
color: #07A206;
}
.AnyTagClassName
{
color: #07A206;
}
</style>
background-color css
<style>
a { background-color: #07A206; }
a { background-color: rgb(7,162,6); }
div.DivClassName
{
background-color: #07A206;
}
.BgClassName
{
background-color: #07A206;
}
</style>
border-color css
<style>
span { border-color: #07A206; }
span { border-color: rgb(7,162,6); }
td.TdClassName
{
border-color: #07A206;
}
.TagClassName
{
border-color: #07A206;
}
</style>