Shades of Islamic Green #07940F
Tints of Islamic Green #07940F
RGB
CMYK
RGB Variations
Color information
#07940F (or 0x07940F) is known color: Islamic Green. HEX triplet: 07, 94 and 0F. RGB value is (7,148,15). Sum of RGB (Red+Green+Blue) = 7+148+15=170 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.12% from 170); Green value is 148 (58.20% from 255 or 87.06% from 170); Blue value is 15 (6.25% from 255 or 8.82% from 170); Max value from RGB is 148 - color contains mainly: green. Hex color #07940F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07940F is #F86BF0. Grayscale: #5B5B5B. Windows color (decimal): -16280561 or 1020935. OLE color: 1020935.
HSL color Cylindrical-coordinate representation of color #07940F: hue angle of 123.4º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07940F is Cyan = 0.95, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 148 | 15 | - |
| CMYK | 0.95 | 0 | 0.90 | 0.42 |
| HSL | 123.4º | 0.91% | 0.3% | - |
| HSV(B) | 123.4º | 0.95% | 0.58% | - |
| XYZ | 10.76 | 21.26 | 3.99 | - |
| YUV | 90.68 | 85.29 | 68.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 148 | 15 | 0.95 | 0 | 0.90 | 0.42 | 123.4 | 0.91 | 0.3 |
| Hex | 7 | 94 | F | 5F | 0 | 5A | 2A | 7B | 5B | 1E |
| Octal | 7 | 224 | 17 | 137 | 0 | 132 | 52 | 173 | 133 | 36 |
| Binary | 111 | 10010100 | 1111 | 1011111 | 0 | 1011010 | 101010 | 1111011 | 1011011 | 11110 |
Color Harmonies of #07940F
Complementary color
Monochromatic Colors of #07940F
Black with #07940F
Text Example
Text Example
White with #07940F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07940F; }
p { color: rgb(7,148,15); }
H1.HeaderClassName
{
color: #07940F;
}
.AnyTagClassName
{
color: #07940F;
}
</style>
background-color css
<style>
a { background-color: #07940F; }
a { background-color: rgb(7,148,15); }
div.DivClassName
{
background-color: #07940F;
}
.BgClassName
{
background-color: #07940F;
}
</style>
border-color css
<style>
span { border-color: #07940F; }
span { border-color: rgb(7,148,15); }
td.TdClassName
{
border-color: #07940F;
}
.TagClassName
{
border-color: #07940F;
}
</style>