Shades of Islamic Green #07BD0C
Tints of Islamic Green #07BD0C
RGB
CMYK
RGB Variations
Color information
#07BD0C (or 0x07BD0C) is known color: Islamic Green. HEX triplet: 07, BD and 0C. RGB value is (7,189,12). Sum of RGB (Red+Green+Blue) = 7+189+12=208 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.37% from 208); Green value is 189 (74.22% from 255 or 90.87% from 208); Blue value is 12 (5.08% from 255 or 5.77% from 208); Max value from RGB is 189 - color contains mainly: green. Hex color #07BD0C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07BD0C is #F842F3. Grayscale: #727272. Windows color (decimal): -16270068 or 834823. OLE color: 834823.
HSL color Cylindrical-coordinate representation of color #07BD0C: hue angle of 121.65º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BD0C is Cyan = 0.96, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 189 | 12 | - |
| CMYK | 0.96 | 0 | 0.94 | 0.26 |
| HSL | 121.65º | 0.93% | 0.38% | - |
| HSV(B) | 121.65º | 0.96% | 0.74% | - |
| XYZ | 18.35 | 36.47 | 6.42 | - |
| YUV | 114.4 | 70.2 | 51.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 189 | 12 | 0.96 | 0 | 0.94 | 0.26 | 121.65 | 0.93 | 0.38 |
| Hex | 7 | BD | C | 60 | 0 | 5E | 1A | 7A | 5D | 26 |
| Octal | 7 | 275 | 14 | 140 | 0 | 136 | 32 | 172 | 135 | 46 |
| Binary | 111 | 10111101 | 1100 | 1100000 | 0 | 1011110 | 11010 | 1111010 | 1011101 | 100110 |
Color Harmonies of #07BD0C
Complementary color
Monochromatic Colors of #07BD0C
Black with #07BD0C
Text Example
Text Example
White with #07BD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BD0C; }
p { color: rgb(7,189,12); }
H1.HeaderClassName
{
color: #07BD0C;
}
.AnyTagClassName
{
color: #07BD0C;
}
</style>
background-color css
<style>
a { background-color: #07BD0C; }
a { background-color: rgb(7,189,12); }
div.DivClassName
{
background-color: #07BD0C;
}
.BgClassName
{
background-color: #07BD0C;
}
</style>
border-color css
<style>
span { border-color: #07BD0C; }
span { border-color: rgb(7,189,12); }
td.TdClassName
{
border-color: #07BD0C;
}
.TagClassName
{
border-color: #07BD0C;
}
</style>