Shades of Islamic Green #07BB0C
Tints of Islamic Green #07BB0C
RGB
CMYK
RGB Variations
Color information
#07BB0C (or 0x07BB0C) is known color: Islamic Green. HEX triplet: 07, BB and 0C. RGB value is (7,187,12). Sum of RGB (Red+Green+Blue) = 7+187+12=206 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.40% from 206); Green value is 187 (73.44% from 255 or 90.78% from 206); Blue value is 12 (5.08% from 255 or 5.83% from 206); Max value from RGB is 187 - color contains mainly: green. Hex color #07BB0C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07BB0C is #F844F3. Grayscale: #717171. Windows color (decimal): -16270580 or 834311. OLE color: 834311.
HSL color Cylindrical-coordinate representation of color #07BB0C: hue angle of 121.67º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BB0C is Cyan = 0.96, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 187 | 12 | - |
| CMYK | 0.96 | 0 | 0.94 | 0.27 |
| HSL | 121.67º | 0.93% | 0.38% | - |
| HSV(B) | 121.67º | 0.96% | 0.73% | - |
| XYZ | 17.92 | 35.61 | 6.28 | - |
| YUV | 113.23 | 70.87 | 52.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 187 | 12 | 0.96 | 0 | 0.94 | 0.27 | 121.67 | 0.93 | 0.38 |
| Hex | 7 | BB | C | 60 | 0 | 5E | 1B | 7A | 5D | 26 |
| Octal | 7 | 273 | 14 | 140 | 0 | 136 | 33 | 172 | 135 | 46 |
| Binary | 111 | 10111011 | 1100 | 1100000 | 0 | 1011110 | 11011 | 1111010 | 1011101 | 100110 |
Color Harmonies of #07BB0C
Complementary color
Monochromatic Colors of #07BB0C
Black with #07BB0C
Text Example
Text Example
White with #07BB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BB0C; }
p { color: rgb(7,187,12); }
H1.HeaderClassName
{
color: #07BB0C;
}
.AnyTagClassName
{
color: #07BB0C;
}
</style>
background-color css
<style>
a { background-color: #07BB0C; }
a { background-color: rgb(7,187,12); }
div.DivClassName
{
background-color: #07BB0C;
}
.BgClassName
{
background-color: #07BB0C;
}
</style>
border-color css
<style>
span { border-color: #07BB0C; }
span { border-color: rgb(7,187,12); }
td.TdClassName
{
border-color: #07BB0C;
}
.TagClassName
{
border-color: #07BB0C;
}
</style>