Shades of Islamic Green #079D0C
Tints of Islamic Green #079D0C
RGB
CMYK
RGB Variations
Color information
#079D0C (or 0x079D0C) is known color: Islamic Green. HEX triplet: 07, 9D and 0C. RGB value is (7,157,12). Sum of RGB (Red+Green+Blue) = 7+157+12=176 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.98% from 176); Green value is 157 (61.72% from 255 or 89.20% from 176); Blue value is 12 (5.08% from 255 or 6.82% from 176); Max value from RGB is 157 - color contains mainly: green. Hex color #079D0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #079D0C is #F862F3. Grayscale: #606060. Windows color (decimal): -16278260 or 826631. OLE color: 826631.
HSL color Cylindrical-coordinate representation of color #079D0C: hue angle of 122º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #079D0C is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 157 | 12 | - |
| CMYK | 0.96 | 0 | 0.92 | 0.38 |
| HSL | 122º | 0.91% | 0.32% | - |
| HSV(B) | 122º | 0.96% | 0.62% | - |
| XYZ | 12.21 | 24.19 | 4.37 | - |
| YUV | 95.62 | 80.81 | 64.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 157 | 12 | 0.96 | 0 | 0.92 | 0.38 | 122 | 0.91 | 0.32 |
| Hex | 7 | 9D | C | 60 | 0 | 5C | 26 | 7A | 5B | 20 |
| Octal | 7 | 235 | 14 | 140 | 0 | 134 | 46 | 172 | 133 | 40 |
| Binary | 111 | 10011101 | 1100 | 1100000 | 0 | 1011100 | 100110 | 1111010 | 1011011 | 100000 |
Color Harmonies of #079D0C
Complementary color
Monochromatic Colors of #079D0C
Black with #079D0C
Text Example
Text Example
White with #079D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079D0C; }
p { color: rgb(7,157,12); }
H1.HeaderClassName
{
color: #079D0C;
}
.AnyTagClassName
{
color: #079D0C;
}
</style>
background-color css
<style>
a { background-color: #079D0C; }
a { background-color: rgb(7,157,12); }
div.DivClassName
{
background-color: #079D0C;
}
.BgClassName
{
background-color: #079D0C;
}
</style>
border-color css
<style>
span { border-color: #079D0C; }
span { border-color: rgb(7,157,12); }
td.TdClassName
{
border-color: #079D0C;
}
.TagClassName
{
border-color: #079D0C;
}
</style>