Shades of Islamic Green #07B80A
Tints of Islamic Green #07B80A
RGB
CMYK
RGB Variations
Color information
#07B80A (or 0x07B80A) is known color: Islamic Green. HEX triplet: 07, B8 and 0A. RGB value is (7,184,10). Sum of RGB (Red+Green+Blue) = 7+184+10=201 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.48% from 201); Green value is 184 (72.27% from 255 or 91.54% from 201); Blue value is 10 (4.30% from 255 or 4.98% from 201); Max value from RGB is 184 - color contains mainly: green. Hex color #07B80A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07B80A is #F847F5. Grayscale: #6F6F6F. Windows color (decimal): -16271350 or 702471. OLE color: 702471.
HSL color Cylindrical-coordinate representation of color #07B80A: hue angle of 121.02º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B80A is Cyan = 0.96, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 7 | 184 | 10 | - |
| CMYK | 0.96 | 0 | 0.95 | 0.28 |
| HSL | 121.02º | 0.93% | 0.37% | - |
| HSV(B) | 121.02º | 0.96% | 0.72% | - |
| XYZ | 17.28 | 34.35 | 6.01 | - |
| YUV | 111.24 | 70.86 | 53.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 184 | 10 | 0.96 | 0 | 0.95 | 0.28 | 121.02 | 0.93 | 0.37 |
| Hex | 7 | B8 | A | 60 | 0 | 5F | 1C | 79 | 5D | 25 |
| Octal | 7 | 270 | 12 | 140 | 0 | 137 | 34 | 171 | 135 | 45 |
| Binary | 111 | 10111000 | 1010 | 1100000 | 0 | 1011111 | 11100 | 1111001 | 1011101 | 100101 |
Color Harmonies of #07B80A
Complementary color
Monochromatic Colors of #07B80A
Black with #07B80A
Text Example
Text Example
White with #07B80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B80A; }
p { color: rgb(7,184,10); }
H1.HeaderClassName
{
color: #07B80A;
}
.AnyTagClassName
{
color: #07B80A;
}
</style>
background-color css
<style>
a { background-color: #07B80A; }
a { background-color: rgb(7,184,10); }
div.DivClassName
{
background-color: #07B80A;
}
.BgClassName
{
background-color: #07B80A;
}
</style>
border-color css
<style>
span { border-color: #07B80A; }
span { border-color: rgb(7,184,10); }
td.TdClassName
{
border-color: #07B80A;
}
.TagClassName
{
border-color: #07B80A;
}
</style>