Shades of Islamic Green #07B00E
Tints of Islamic Green #07B00E
RGB
CMYK
RGB Variations
Color information
#07B00E (or 0x07B00E) is known color: Islamic Green. HEX triplet: 07, B0 and 0E. RGB value is (7,176,14). Sum of RGB (Red+Green+Blue) = 7+176+14=197 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.55% from 197); Green value is 176 (69.14% from 255 or 89.34% from 197); Blue value is 14 (5.86% from 255 or 7.11% from 197); Max value from RGB is 176 - color contains mainly: green. Hex color #07B00E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07B00E is #F84FF1. Grayscale: #6B6B6B. Windows color (decimal): -16273394 or 962567. OLE color: 962567.
HSL color Cylindrical-coordinate representation of color #07B00E: hue angle of 122.49º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B00E is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 176 | 14 | - |
| CMYK | 0.96 | 0 | 0.92 | 0.31 |
| HSL | 122.49º | 0.92% | 0.36% | - |
| HSV(B) | 122.49º | 0.96% | 0.69% | - |
| XYZ | 15.69 | 31.13 | 5.6 | - |
| YUV | 107 | 75.51 | 56.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 176 | 14 | 0.96 | 0 | 0.92 | 0.31 | 122.49 | 0.92 | 0.36 |
| Hex | 7 | B0 | E | 60 | 0 | 5C | 1F | 7A | 5C | 24 |
| Octal | 7 | 260 | 16 | 140 | 0 | 134 | 37 | 172 | 134 | 44 |
| Binary | 111 | 10110000 | 1110 | 1100000 | 0 | 1011100 | 11111 | 1111010 | 1011100 | 100100 |
Color Harmonies of #07B00E
Complementary color
Monochromatic Colors of #07B00E
Black with #07B00E
Text Example
Text Example
White with #07B00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B00E; }
p { color: rgb(7,176,14); }
H1.HeaderClassName
{
color: #07B00E;
}
.AnyTagClassName
{
color: #07B00E;
}
</style>
background-color css
<style>
a { background-color: #07B00E; }
a { background-color: rgb(7,176,14); }
div.DivClassName
{
background-color: #07B00E;
}
.BgClassName
{
background-color: #07B00E;
}
</style>
border-color css
<style>
span { border-color: #07B00E; }
span { border-color: rgb(7,176,14); }
td.TdClassName
{
border-color: #07B00E;
}
.TagClassName
{
border-color: #07B00E;
}
</style>