Shades of Islamic Green #0B970B
Tints of Islamic Green #0B970B
RGB
CMYK
RGB Variations
Color information
#0B970B (or 0x0B970B) is known color: Islamic Green. HEX triplet: 0B, 97 and 0B. RGB value is (11,151,11). Sum of RGB (Red+Green+Blue) = 11+151+11=173 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.36% from 173); Green value is 151 (59.38% from 255 or 87.28% from 173); Blue value is 11 (4.69% from 255 or 6.36% from 173); Max value from RGB is 151 - color contains mainly: green. Hex color #0B970B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B970B is #F468F4. Grayscale: #5D5D5D. Windows color (decimal): -16017653 or 759563. OLE color: 759563.
HSL color Cylindrical-coordinate representation of color #0B970B: hue angle of 120º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B970B is Cyan = 0.93, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 11 | 151 | 11 | - |
| CMYK | 0.93 | 0 | 0.93 | 0.41 |
| HSL | 120º | 0.86% | 0.32% | - |
| HSV(B) | 120º | 0.93% | 0.59% | - |
| XYZ | 11.27 | 22.23 | 4.01 | - |
| YUV | 93.18 | 81.62 | 69.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 151 | 11 | 0.93 | 0 | 0.93 | 0.41 | 120 | 0.86 | 0.32 |
| Hex | B | 97 | B | 5D | 0 | 5D | 29 | 78 | 56 | 20 |
| Octal | 13 | 227 | 13 | 135 | 0 | 135 | 51 | 170 | 126 | 40 |
| Binary | 1011 | 10010111 | 1011 | 1011101 | 0 | 1011101 | 101001 | 1111000 | 1010110 | 100000 |
Color Harmonies of #0B970B
Complementary color
Monochromatic Colors of #0B970B
Black with #0B970B
Text Example
Text Example
White with #0B970B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B970B; }
p { color: rgb(11,151,11); }
H1.HeaderClassName
{
color: #0B970B;
}
.AnyTagClassName
{
color: #0B970B;
}
</style>
background-color css
<style>
a { background-color: #0B970B; }
a { background-color: rgb(11,151,11); }
div.DivClassName
{
background-color: #0B970B;
}
.BgClassName
{
background-color: #0B970B;
}
</style>
border-color css
<style>
span { border-color: #0B970B; }
span { border-color: rgb(11,151,11); }
td.TdClassName
{
border-color: #0B970B;
}
.TagClassName
{
border-color: #0B970B;
}
</style>