Shades of Islamic Green #069A12
Tints of Islamic Green #069A12
RGB
CMYK
RGB Variations
Color information
#069A12 (or 0x069A12) is known color: Islamic Green. HEX triplet: 06, 9A and 12. RGB value is (6,154,18). Sum of RGB (Red+Green+Blue) = 6+154+18=178 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.37% from 178); Green value is 154 (60.55% from 255 or 86.52% from 178); Blue value is 18 (7.42% from 255 or 10.11% from 178); Max value from RGB is 154 - color contains mainly: green. Hex color #069A12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #069A12 is #F965ED. Grayscale: #5E5E5E. Windows color (decimal): -16344558 or 1219078. OLE color: 1219078.
HSL color Cylindrical-coordinate representation of color #069A12: hue angle of 124.86º degrees, saturation: 0.93, 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 #069A12 is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 6 | 154 | 18 | - |
| CMYK | 0.96 | 0 | 0.88 | 0.40 |
| HSL | 124.86º | 0.93% | 0.31% | - |
| HSV(B) | 124.86º | 0.96% | 0.6% | - |
| XYZ | 11.74 | 23.19 | 4.43 | - |
| YUV | 94.24 | 84.97 | 65.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 154 | 18 | 0.96 | 0 | 0.88 | 0.40 | 124.86 | 0.93 | 0.31 |
| Hex | 6 | 9A | 12 | 60 | 0 | 58 | 28 | 7D | 5C | 1F |
| Octal | 6 | 232 | 22 | 140 | 0 | 130 | 50 | 175 | 134 | 37 |
| Binary | 110 | 10011010 | 10010 | 1100000 | 0 | 1011000 | 101000 | 1111101 | 1011100 | 11111 |
Color Harmonies of #069A12
Complementary color
Monochromatic Colors of #069A12
Black with #069A12
Text Example
Text Example
White with #069A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069A12; }
p { color: rgb(6,154,18); }
H1.HeaderClassName
{
color: #069A12;
}
.AnyTagClassName
{
color: #069A12;
}
</style>
background-color css
<style>
a { background-color: #069A12; }
a { background-color: rgb(6,154,18); }
div.DivClassName
{
background-color: #069A12;
}
.BgClassName
{
background-color: #069A12;
}
</style>
border-color css
<style>
span { border-color: #069A12; }
span { border-color: rgb(6,154,18); }
td.TdClassName
{
border-color: #069A12;
}
.TagClassName
{
border-color: #069A12;
}
</style>