Shades of Islamic Green #07BE0F
Tints of Islamic Green #07BE0F
RGB
CMYK
RGB Variations
Color information
#07BE0F (or 0x07BE0F) is known color: Islamic Green. HEX triplet: 07, BE and 0F. RGB value is (7,190,15). Sum of RGB (Red+Green+Blue) = 7+190+15=212 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.30% from 212); Green value is 190 (74.61% from 255 or 89.62% from 212); Blue value is 15 (6.25% from 255 or 7.08% from 212); Max value from RGB is 190 - color contains mainly: green. Hex color #07BE0F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07BE0F is #F841F0. Grayscale: #737373. Windows color (decimal): -16269809 or 1031687. OLE color: 1031687.
HSL color Cylindrical-coordinate representation of color #07BE0F: hue angle of 122.62º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BE0F is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 190 | 15 | - |
| CMYK | 0.96 | 0 | 0.92 | 0.25 |
| HSL | 122.62º | 0.93% | 0.39% | - |
| HSV(B) | 122.62º | 0.96% | 0.75% | - |
| XYZ | 18.59 | 36.91 | 6.6 | - |
| YUV | 115.33 | 71.37 | 50.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 190 | 15 | 0.96 | 0 | 0.92 | 0.25 | 122.62 | 0.93 | 0.39 |
| Hex | 7 | BE | F | 60 | 0 | 5C | 19 | 7B | 5D | 27 |
| Octal | 7 | 276 | 17 | 140 | 0 | 134 | 31 | 173 | 135 | 47 |
| Binary | 111 | 10111110 | 1111 | 1100000 | 0 | 1011100 | 11001 | 1111011 | 1011101 | 100111 |
Color Harmonies of #07BE0F
Complementary color
Monochromatic Colors of #07BE0F
Black with #07BE0F
Text Example
Text Example
White with #07BE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BE0F; }
p { color: rgb(7,190,15); }
H1.HeaderClassName
{
color: #07BE0F;
}
.AnyTagClassName
{
color: #07BE0F;
}
</style>
background-color css
<style>
a { background-color: #07BE0F; }
a { background-color: rgb(7,190,15); }
div.DivClassName
{
background-color: #07BE0F;
}
.BgClassName
{
background-color: #07BE0F;
}
</style>
border-color css
<style>
span { border-color: #07BE0F; }
span { border-color: rgb(7,190,15); }
td.TdClassName
{
border-color: #07BE0F;
}
.TagClassName
{
border-color: #07BE0F;
}
</style>