Shades of Islamic Green #06990D
Tints of Islamic Green #06990D
RGB
CMYK
RGB Variations
Color information
#06990D (or 0x06990D) is known color: Islamic Green. HEX triplet: 06, 99 and 0D. RGB value is (6,153,13). Sum of RGB (Red+Green+Blue) = 6+153+13=172 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.49% from 172); Green value is 153 (60.16% from 255 or 88.95% from 172); Blue value is 13 (5.47% from 255 or 7.56% from 172); Max value from RGB is 153 - color contains mainly: green. Hex color #06990D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06990D is #F966F2. Grayscale: #5D5D5D. Windows color (decimal): -16344819 or 891142. OLE color: 891142.
HSL color Cylindrical-coordinate representation of color #06990D: hue angle of 122.86º 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 #06990D is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 6 | 153 | 13 | - |
| CMYK | 0.96 | 0 | 0.92 | 0.4 |
| HSL | 122.86º | 0.92% | 0.31% | - |
| HSV(B) | 122.86º | 0.96% | 0.6% | - |
| XYZ | 11.54 | 22.85 | 4.18 | - |
| YUV | 93.09 | 82.8 | 65.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 153 | 13 | 0.96 | 0 | 0.92 | 0.4 | 122.86 | 0.92 | 0.31 |
| Hex | 6 | 99 | D | 60 | 0 | 5C | 28 | 7B | 5C | 1F |
| Octal | 6 | 231 | 15 | 140 | 0 | 134 | 50 | 173 | 134 | 37 |
| Binary | 110 | 10011001 | 1101 | 1100000 | 0 | 1011100 | 101000 | 1111011 | 1011100 | 11111 |
Color Harmonies of #06990D
Complementary color
Monochromatic Colors of #06990D
Black with #06990D
Text Example
Text Example
White with #06990D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06990D; }
p { color: rgb(6,153,13); }
H1.HeaderClassName
{
color: #06990D;
}
.AnyTagClassName
{
color: #06990D;
}
</style>
background-color css
<style>
a { background-color: #06990D; }
a { background-color: rgb(6,153,13); }
div.DivClassName
{
background-color: #06990D;
}
.BgClassName
{
background-color: #06990D;
}
</style>
border-color css
<style>
span { border-color: #06990D; }
span { border-color: rgb(6,153,13); }
td.TdClassName
{
border-color: #06990D;
}
.TagClassName
{
border-color: #06990D;
}
</style>