Shades of Islamic Green #0B8F07
Tints of Islamic Green #0B8F07
RGB
CMYK
RGB Variations
Color information
#0B8F07 (or 0x0B8F07) is known color: Islamic Green. HEX triplet: 0B, 8F and 07. RGB value is (11,143,7). Sum of RGB (Red+Green+Blue) = 11+143+7=161 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.83% from 161); Green value is 143 (56.25% from 255 or 88.82% from 161); Blue value is 7 (3.12% from 255 or 4.35% from 161); Max value from RGB is 143 - color contains mainly: green. Hex color #0B8F07 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B8F07 is #F470F8. Grayscale: #585858. Windows color (decimal): -16019705 or 495371. OLE color: 495371.
HSL color Cylindrical-coordinate representation of color #0B8F07: hue angle of 118.24º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B8F07 is Cyan = 0.92, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 11 | 143 | 7 | - |
| CMYK | 0.92 | 0 | 0.95 | 0.44 |
| HSL | 118.24º | 0.91% | 0.29% | - |
| HSV(B) | 118.24º | 0.95% | 0.56% | - |
| XYZ | 10 | 19.73 | 3.48 | - |
| YUV | 88.03 | 82.27 | 73.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 143 | 7 | 0.92 | 0 | 0.95 | 0.44 | 118.24 | 0.91 | 0.29 |
| Hex | B | 8F | 7 | 5C | 0 | 5F | 2C | 76 | 5B | 1D |
| Octal | 13 | 217 | 7 | 134 | 0 | 137 | 54 | 166 | 133 | 35 |
| Binary | 1011 | 10001111 | 111 | 1011100 | 0 | 1011111 | 101100 | 1110110 | 1011011 | 11101 |
Color Harmonies of #0B8F07
Complementary color
Monochromatic Colors of #0B8F07
Black with #0B8F07
Text Example
Text Example
White with #0B8F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8F07; }
p { color: rgb(11,143,7); }
H1.HeaderClassName
{
color: #0B8F07;
}
.AnyTagClassName
{
color: #0B8F07;
}
</style>
background-color css
<style>
a { background-color: #0B8F07; }
a { background-color: rgb(11,143,7); }
div.DivClassName
{
background-color: #0B8F07;
}
.BgClassName
{
background-color: #0B8F07;
}
</style>
border-color css
<style>
span { border-color: #0B8F07; }
span { border-color: rgb(11,143,7); }
td.TdClassName
{
border-color: #0B8F07;
}
.TagClassName
{
border-color: #0B8F07;
}
</style>