Shades of Islamic Green #07C60F
Tints of Islamic Green #07C60F
RGB
CMYK
RGB Variations
Color information
#07C60F (or 0x07C60F) is known color: Islamic Green. HEX triplet: 07, C6 and 0F. RGB value is (7,198,15). Sum of RGB (Red+Green+Blue) = 7+198+15=220 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.18% from 220); Green value is 198 (77.73% from 255 or 90% from 220); Blue value is 15 (6.25% from 255 or 6.82% from 220); Max value from RGB is 198 - color contains mainly: green. Hex color #07C60F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07C60F is #F839F0. Grayscale: #787878. Windows color (decimal): -16267761 or 1033735. OLE color: 1033735.
HSL color Cylindrical-coordinate representation of color #07C60F: hue angle of 122.51º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C60F is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 7 | 198 | 15 | - |
| CMYK | 0.96 | 0 | 0.92 | 0.22 |
| HSL | 122.51º | 0.93% | 0.4% | - |
| HSV(B) | 122.51º | 0.96% | 0.78% | - |
| XYZ | 20.37 | 40.47 | 7.19 | - |
| YUV | 120.03 | 68.72 | 47.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 198 | 15 | 0.96 | 0 | 0.92 | 0.22 | 122.51 | 0.93 | 0.4 |
| Hex | 7 | C6 | F | 60 | 0 | 5C | 16 | 7B | 5D | 28 |
| Octal | 7 | 306 | 17 | 140 | 0 | 134 | 26 | 173 | 135 | 50 |
| Binary | 111 | 11000110 | 1111 | 1100000 | 0 | 1011100 | 10110 | 1111011 | 1011101 | 101000 |
Color Harmonies of #07C60F
Complementary color
Monochromatic Colors of #07C60F
Black with #07C60F
Text Example
Text Example
White with #07C60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C60F; }
p { color: rgb(7,198,15); }
H1.HeaderClassName
{
color: #07C60F;
}
.AnyTagClassName
{
color: #07C60F;
}
</style>
background-color css
<style>
a { background-color: #07C60F; }
a { background-color: rgb(7,198,15); }
div.DivClassName
{
background-color: #07C60F;
}
.BgClassName
{
background-color: #07C60F;
}
</style>
border-color css
<style>
span { border-color: #07C60F; }
span { border-color: rgb(7,198,15); }
td.TdClassName
{
border-color: #07C60F;
}
.TagClassName
{
border-color: #07C60F;
}
</style>