Shades of Islamic Green #07BE01
Tints of Islamic Green #07BE01
RGB
CMYK
RGB Variations
Color information
#07BE01 (or 0x07BE01) is known color: Islamic Green. HEX triplet: 07, BE and 01. RGB value is (7,190,1). Sum of RGB (Red+Green+Blue) = 7+190+1=198 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.54% from 198); Green value is 190 (74.61% from 255 or 95.96% from 198); Blue value is 1 (0.78% from 255 or 0.51% from 198); Max value from RGB is 190 - color contains mainly: green. Hex color #07BE01 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07BE01 is #F841FE. Grayscale: #727272. Windows color (decimal): -16269823 or 114183. OLE color: 114183.
HSL color Cylindrical-coordinate representation of color #07BE01: hue angle of 118.1º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #07BE01 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 190 | 1 | - |
| CMYK | 0.96 | 0 | 0.99 | 0.25 |
| HSL | 118.1º | 0.99% | 0.37% | - |
| HSV(B) | 118.1º | 0.99% | 0.75% | - |
| XYZ | 18.51 | 36.87 | 6.17 | - |
| YUV | 113.74 | 64.37 | 51.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 190 | 1 | 0.96 | 0 | 0.99 | 0.25 | 118.1 | 0.99 | 0.37 |
| Hex | 7 | BE | 1 | 60 | 0 | 63 | 19 | 76 | 63 | 25 |
| Octal | 7 | 276 | 1 | 140 | 0 | 143 | 31 | 166 | 143 | 45 |
| Binary | 111 | 10111110 | 1 | 1100000 | 0 | 1100011 | 11001 | 1110110 | 1100011 | 100101 |
Color Harmonies of #07BE01
Complementary color
Monochromatic Colors of #07BE01
Black with #07BE01
Text Example
Text Example
White with #07BE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BE01; }
p { color: rgb(7,190,1); }
H1.HeaderClassName
{
color: #07BE01;
}
.AnyTagClassName
{
color: #07BE01;
}
</style>
background-color css
<style>
a { background-color: #07BE01; }
a { background-color: rgb(7,190,1); }
div.DivClassName
{
background-color: #07BE01;
}
.BgClassName
{
background-color: #07BE01;
}
</style>
border-color css
<style>
span { border-color: #07BE01; }
span { border-color: rgb(7,190,1); }
td.TdClassName
{
border-color: #07BE01;
}
.TagClassName
{
border-color: #07BE01;
}
</style>