Shades of Islamic Green #07C808
Tints of Islamic Green #07C808
RGB
CMYK
RGB Variations
Color information
#07C808 (or 0x07C808) is known color: Islamic Green. HEX triplet: 07, C8 and 08. RGB value is (7,200,8). Sum of RGB (Red+Green+Blue) = 7+200+8=215 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.26% from 215); Green value is 200 (78.52% from 255 or 93.02% from 215); Blue value is 8 (3.52% from 255 or 3.72% from 215); Max value from RGB is 200 - color contains mainly: green. Hex color #07C808 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07C808 is #F837F7. Grayscale: #787878. Windows color (decimal): -16267256 or 575495. OLE color: 575495.
HSL color Cylindrical-coordinate representation of color #07C808: hue angle of 120.31º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C808 is Cyan = 0.96, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 7 | 200 | 8 | - |
| CMYK | 0.96 | 0 | 0.96 | 0.22 |
| HSL | 120.31º | 0.93% | 0.41% | - |
| HSV(B) | 120.31º | 0.97% | 0.78% | - |
| XYZ | 20.79 | 41.37 | 7.12 | - |
| YUV | 120.41 | 64.56 | 47.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 200 | 8 | 0.96 | 0 | 0.96 | 0.22 | 120.31 | 0.93 | 0.41 |
| Hex | 7 | C8 | 8 | 60 | 0 | 60 | 16 | 78 | 5D | 29 |
| Octal | 7 | 310 | 10 | 140 | 0 | 140 | 26 | 170 | 135 | 51 |
| Binary | 111 | 11001000 | 1000 | 1100000 | 0 | 1100000 | 10110 | 1111000 | 1011101 | 101001 |
Color Harmonies of #07C808
Complementary color
Monochromatic Colors of #07C808
Black with #07C808
Text Example
Text Example
White with #07C808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C808; }
p { color: rgb(7,200,8); }
H1.HeaderClassName
{
color: #07C808;
}
.AnyTagClassName
{
color: #07C808;
}
</style>
background-color css
<style>
a { background-color: #07C808; }
a { background-color: rgb(7,200,8); }
div.DivClassName
{
background-color: #07C808;
}
.BgClassName
{
background-color: #07C808;
}
</style>
border-color css
<style>
span { border-color: #07C808; }
span { border-color: rgb(7,200,8); }
td.TdClassName
{
border-color: #07C808;
}
.TagClassName
{
border-color: #07C808;
}
</style>