Shades of Islamic Green #06A105
Tints of Islamic Green #06A105
RGB
CMYK
RGB Variations
Color information
#06A105 (or 0x06A105) is known color: Islamic Green. HEX triplet: 06, A1 and 05. RGB value is (6,161,5). Sum of RGB (Red+Green+Blue) = 6+161+5=172 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.49% from 172); Green value is 161 (63.28% from 255 or 93.60% from 172); Blue value is 5 (2.34% from 255 or 2.91% from 172); Max value from RGB is 161 - color contains mainly: green. Hex color #06A105 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06A105 is #F95EFA. Grayscale: #616161. Windows color (decimal): -16342779 or 368902. OLE color: 368902.
HSL color Cylindrical-coordinate representation of color #06A105: hue angle of 119.62º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06A105 is Cyan = 0.96, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 6 | 161 | 5 | - |
| CMYK | 0.96 | 0 | 0.97 | 0.37 |
| HSL | 119.62º | 0.94% | 0.33% | - |
| HSV(B) | 119.62º | 0.97% | 0.63% | - |
| XYZ | 12.85 | 25.54 | 4.4 | - |
| YUV | 96.87 | 76.15 | 63.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 161 | 5 | 0.96 | 0 | 0.97 | 0.37 | 119.62 | 0.94 | 0.33 |
| Hex | 6 | A1 | 5 | 60 | 0 | 61 | 25 | 78 | 5E | 21 |
| Octal | 6 | 241 | 5 | 140 | 0 | 141 | 45 | 170 | 136 | 41 |
| Binary | 110 | 10100001 | 101 | 1100000 | 0 | 1100001 | 100101 | 1111000 | 1011110 | 100001 |
Color Harmonies of #06A105
Complementary color
Monochromatic Colors of #06A105
Black with #06A105
Text Example
Text Example
White with #06A105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A105; }
p { color: rgb(6,161,5); }
H1.HeaderClassName
{
color: #06A105;
}
.AnyTagClassName
{
color: #06A105;
}
</style>
background-color css
<style>
a { background-color: #06A105; }
a { background-color: rgb(6,161,5); }
div.DivClassName
{
background-color: #06A105;
}
.BgClassName
{
background-color: #06A105;
}
</style>
border-color css
<style>
span { border-color: #06A105; }
span { border-color: rgb(6,161,5); }
td.TdClassName
{
border-color: #06A105;
}
.TagClassName
{
border-color: #06A105;
}
</style>