Shades of Islamic Green #07B000
Tints of Islamic Green #07B000
RGB
CMYK
RGB Variations
Color information
#07B000 (or 0x07B000) is known color: Islamic Green. HEX triplet: 07, B0 and 00. RGB value is (7,176,0). Sum of RGB (Red+Green+Blue) = 7+176+0=183 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.83% from 183); Green value is 176 (69.14% from 255 or 96.17% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 176 - color contains mainly: green. Hex color #07B000 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07B000 is #F84FFF. Grayscale: #696969. Windows color (decimal): -16273408 or 45063. OLE color: 45063.
HSL color Cylindrical-coordinate representation of color #07B000: hue angle of 117.61º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #07B000 is Cyan = 0.96, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 176 | 0 | - |
| CMYK | 0.96 | 0 | 1 | 0.31 |
| HSL | 117.61º | 1% | 0.35% | - |
| HSV(B) | 117.61º | 1% | 0.69% | - |
| XYZ | 15.61 | 31.1 | 5.18 | - |
| YUV | 105.41 | 68.51 | 57.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 176 | 0 | 0.96 | 0 | 1 | 0.31 | 117.61 | 1 | 0.35 |
| Hex | 7 | B0 | 0 | 60 | 0 | 64 | 1F | 76 | 64 | 23 |
| Octal | 7 | 260 | 0 | 140 | 0 | 144 | 37 | 166 | 144 | 43 |
| Binary | 111 | 10110000 | 0 | 1100000 | 0 | 1100100 | 11111 | 1110110 | 1100100 | 100011 |
Color Harmonies of #07B000
Complementary color
Monochromatic Colors of #07B000
Black with #07B000
Text Example
Text Example
White with #07B000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B000; }
p { color: rgb(7,176,0); }
H1.HeaderClassName
{
color: #07B000;
}
.AnyTagClassName
{
color: #07B000;
}
</style>
background-color css
<style>
a { background-color: #07B000; }
a { background-color: rgb(7,176,0); }
div.DivClassName
{
background-color: #07B000;
}
.BgClassName
{
background-color: #07B000;
}
</style>
border-color css
<style>
span { border-color: #07B000; }
span { border-color: rgb(7,176,0); }
td.TdClassName
{
border-color: #07B000;
}
.TagClassName
{
border-color: #07B000;
}
</style>