Shades of Islamic Green #06990B
Tints of Islamic Green #06990B
RGB
CMYK
RGB Variations
Color information
#06990B (or 0x06990B) is known color: Islamic Green. HEX triplet: 06, 99 and 0B. RGB value is (6,153,11). Sum of RGB (Red+Green+Blue) = 6+153+11=170 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.53% from 170); Green value is 153 (60.16% from 255 or 90% from 170); Blue value is 11 (4.69% from 255 or 6.47% from 170); Max value from RGB is 153 - color contains mainly: green. Hex color #06990B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06990B is #F966F4. Grayscale: #5D5D5D. Windows color (decimal): -16344821 or 760070. OLE color: 760070.
HSL color Cylindrical-coordinate representation of color #06990B: hue angle of 122.04º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06990B is Cyan = 0.96, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 6 | 153 | 11 | - |
| CMYK | 0.96 | 0 | 0.93 | 0.4 |
| HSL | 122.04º | 0.92% | 0.31% | - |
| HSV(B) | 122.04º | 0.96% | 0.6% | - |
| XYZ | 11.53 | 22.85 | 4.12 | - |
| YUV | 92.86 | 81.8 | 66.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 153 | 11 | 0.96 | 0 | 0.93 | 0.4 | 122.04 | 0.92 | 0.31 |
| Hex | 6 | 99 | B | 60 | 0 | 5D | 28 | 7A | 5C | 1F |
| Octal | 6 | 231 | 13 | 140 | 0 | 135 | 50 | 172 | 134 | 37 |
| Binary | 110 | 10011001 | 1011 | 1100000 | 0 | 1011101 | 101000 | 1111010 | 1011100 | 11111 |
Color Harmonies of #06990B
Complementary color
Monochromatic Colors of #06990B
Black with #06990B
Text Example
Text Example
White with #06990B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06990B; }
p { color: rgb(6,153,11); }
H1.HeaderClassName
{
color: #06990B;
}
.AnyTagClassName
{
color: #06990B;
}
</style>
background-color css
<style>
a { background-color: #06990B; }
a { background-color: rgb(6,153,11); }
div.DivClassName
{
background-color: #06990B;
}
.BgClassName
{
background-color: #06990B;
}
</style>
border-color css
<style>
span { border-color: #06990B; }
span { border-color: rgb(6,153,11); }
td.TdClassName
{
border-color: #06990B;
}
.TagClassName
{
border-color: #06990B;
}
</style>