Shades of Islamic Green #0BB704
Tints of Islamic Green #0BB704
RGB
CMYK
RGB Variations
Color information
#0BB704 (or 0x0BB704) is known color: Islamic Green. HEX triplet: 0B, B7 and 04. RGB value is (11,183,4). Sum of RGB (Red+Green+Blue) = 11+183+4=198 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.56% from 198); Green value is 183 (71.88% from 255 or 92.42% from 198); Blue value is 4 (1.95% from 255 or 2.02% from 198); Max value from RGB is 183 - color contains mainly: green. Hex color #0BB704 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BB704 is #F448FB. Grayscale: #6F6F6F. Windows color (decimal): -16009468 or 309003. OLE color: 309003.
HSL color Cylindrical-coordinate representation of color #0BB704: hue angle of 117.65º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0BB704 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 11 | 183 | 4 | - |
| CMYK | 0.94 | 0 | 0.98 | 0.28 |
| HSL | 117.65º | 0.96% | 0.37% | - |
| HSV(B) | 117.65º | 0.98% | 0.72% | - |
| XYZ | 17.09 | 33.95 | 5.77 | - |
| YUV | 111.17 | 67.52 | 56.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 183 | 4 | 0.94 | 0 | 0.98 | 0.28 | 117.65 | 0.96 | 0.37 |
| Hex | B | B7 | 4 | 5E | 0 | 62 | 1C | 76 | 60 | 25 |
| Octal | 13 | 267 | 4 | 136 | 0 | 142 | 34 | 166 | 140 | 45 |
| Binary | 1011 | 10110111 | 100 | 1011110 | 0 | 1100010 | 11100 | 1110110 | 1100000 | 100101 |
Color Harmonies of #0BB704
Complementary color
Monochromatic Colors of #0BB704
Black with #0BB704
Text Example
Text Example
White with #0BB704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB704; }
p { color: rgb(11,183,4); }
H1.HeaderClassName
{
color: #0BB704;
}
.AnyTagClassName
{
color: #0BB704;
}
</style>
background-color css
<style>
a { background-color: #0BB704; }
a { background-color: rgb(11,183,4); }
div.DivClassName
{
background-color: #0BB704;
}
.BgClassName
{
background-color: #0BB704;
}
</style>
border-color css
<style>
span { border-color: #0BB704; }
span { border-color: rgb(11,183,4); }
td.TdClassName
{
border-color: #0BB704;
}
.TagClassName
{
border-color: #0BB704;
}
</style>