Shades of Islamic Green #07B213
Tints of Islamic Green #07B213
RGB
CMYK
RGB Variations
Color information
#07B213 (or 0x07B213) is known color: Islamic Green. HEX triplet: 07, B2 and 13. RGB value is (7,178,19). Sum of RGB (Red+Green+Blue) = 7+178+19=204 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.43% from 204); Green value is 178 (69.92% from 255 or 87.25% from 204); Blue value is 19 (7.81% from 255 or 9.31% from 204); Max value from RGB is 178 - color contains mainly: green. Hex color #07B213 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07B213 is #F84DEC. Grayscale: #6D6D6D. Windows color (decimal): -16272877 or 1290759. OLE color: 1290759.
HSL color Cylindrical-coordinate representation of color #07B213: hue angle of 124.21º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B213 is Cyan = 0.96, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 7 | 178 | 19 | - |
| CMYK | 0.96 | 0 | 0.89 | 0.30 |
| HSL | 124.21º | 0.92% | 0.36% | - |
| HSV(B) | 124.21º | 0.96% | 0.7% | - |
| XYZ | 16.13 | 31.93 | 5.93 | - |
| YUV | 108.75 | 77.35 | 55.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 178 | 19 | 0.96 | 0 | 0.89 | 0.30 | 124.21 | 0.92 | 0.36 |
| Hex | 7 | B2 | 13 | 60 | 0 | 59 | 1E | 7C | 5C | 24 |
| Octal | 7 | 262 | 23 | 140 | 0 | 131 | 36 | 174 | 134 | 44 |
| Binary | 111 | 10110010 | 10011 | 1100000 | 0 | 1011001 | 11110 | 1111100 | 1011100 | 100100 |
Color Harmonies of #07B213
Complementary color
Monochromatic Colors of #07B213
Black with #07B213
Text Example
Text Example
White with #07B213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B213; }
p { color: rgb(7,178,19); }
H1.HeaderClassName
{
color: #07B213;
}
.AnyTagClassName
{
color: #07B213;
}
</style>
background-color css
<style>
a { background-color: #07B213; }
a { background-color: rgb(7,178,19); }
div.DivClassName
{
background-color: #07B213;
}
.BgClassName
{
background-color: #07B213;
}
</style>
border-color css
<style>
span { border-color: #07B213; }
span { border-color: rgb(7,178,19); }
td.TdClassName
{
border-color: #07B213;
}
.TagClassName
{
border-color: #07B213;
}
</style>