Shades of Islamic Green #06990E
Tints of Islamic Green #06990E
RGB
CMYK
RGB Variations
Color information
#06990E (or 0x06990E) is known color: Islamic Green. HEX triplet: 06, 99 and 0E. RGB value is (6,153,14). Sum of RGB (Red+Green+Blue) = 6+153+14=173 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.47% from 173); Green value is 153 (60.16% from 255 or 88.44% from 173); Blue value is 14 (5.86% from 255 or 8.09% from 173); Max value from RGB is 153 - color contains mainly: green. Hex color #06990E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06990E is #F966F1. Grayscale: #5D5D5D. Windows color (decimal): -16344818 or 956678. OLE color: 956678.
HSL color Cylindrical-coordinate representation of color #06990E: hue angle of 123.27º 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 #06990E is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 6 | 153 | 14 | - |
| CMYK | 0.96 | 0 | 0.91 | 0.4 |
| HSL | 123.27º | 0.92% | 0.31% | - |
| HSV(B) | 123.27º | 0.96% | 0.6% | - |
| XYZ | 11.55 | 22.85 | 4.22 | - |
| YUV | 93.2 | 83.3 | 65.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 153 | 14 | 0.96 | 0 | 0.91 | 0.4 | 123.27 | 0.92 | 0.31 |
| Hex | 6 | 99 | E | 60 | 0 | 5B | 28 | 7B | 5C | 1F |
| Octal | 6 | 231 | 16 | 140 | 0 | 133 | 50 | 173 | 134 | 37 |
| Binary | 110 | 10011001 | 1110 | 1100000 | 0 | 1011011 | 101000 | 1111011 | 1011100 | 11111 |
Color Harmonies of #06990E
Complementary color
Monochromatic Colors of #06990E
Black with #06990E
Text Example
Text Example
White with #06990E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06990E; }
p { color: rgb(6,153,14); }
H1.HeaderClassName
{
color: #06990E;
}
.AnyTagClassName
{
color: #06990E;
}
</style>
background-color css
<style>
a { background-color: #06990E; }
a { background-color: rgb(6,153,14); }
div.DivClassName
{
background-color: #06990E;
}
.BgClassName
{
background-color: #06990E;
}
</style>
border-color css
<style>
span { border-color: #06990E; }
span { border-color: rgb(6,153,14); }
td.TdClassName
{
border-color: #06990E;
}
.TagClassName
{
border-color: #06990E;
}
</style>