Shades of Islamic Green #06A71C
Tints of Islamic Green #06A71C
RGB
CMYK
RGB Variations
Color information
#06A71C (or 0x06A71C) is known color: Islamic Green. HEX triplet: 06, A7 and 1C. RGB value is (6,167,28). Sum of RGB (Red+Green+Blue) = 6+167+28=201 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.99% from 201); Green value is 167 (65.62% from 255 or 83.08% from 201); Blue value is 28 (11.33% from 255 or 13.93% from 201); Max value from RGB is 167 - color contains mainly: green. Hex color #06A71C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06A71C is #F958E3. Grayscale: #676767. Windows color (decimal): -16341220 or 1877766. OLE color: 1877766.
HSL color Cylindrical-coordinate representation of color #06A71C: hue angle of 128.2º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A71C is Cyan = 0.96, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 6 | 167 | 28 | - |
| CMYK | 0.96 | 0 | 0.83 | 0.35 |
| HSL | 128.2º | 0.93% | 0.34% | - |
| HSV(B) | 128.2º | 0.96% | 0.65% | - |
| XYZ | 14.1 | 27.76 | 5.71 | - |
| YUV | 103.02 | 85.66 | 58.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 167 | 28 | 0.96 | 0 | 0.83 | 0.35 | 128.2 | 0.93 | 0.34 |
| Hex | 6 | A7 | 1C | 60 | 0 | 53 | 23 | 80 | 5D | 22 |
| Octal | 6 | 247 | 34 | 140 | 0 | 123 | 43 | 200 | 135 | 42 |
| Binary | 110 | 10100111 | 11100 | 1100000 | 0 | 1010011 | 100011 | 10000000 | 1011101 | 100010 |
Color Harmonies of #06A71C
Complementary color
Monochromatic Colors of #06A71C
Black with #06A71C
Text Example
Text Example
White with #06A71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A71C; }
p { color: rgb(6,167,28); }
H1.HeaderClassName
{
color: #06A71C;
}
.AnyTagClassName
{
color: #06A71C;
}
</style>
background-color css
<style>
a { background-color: #06A71C; }
a { background-color: rgb(6,167,28); }
div.DivClassName
{
background-color: #06A71C;
}
.BgClassName
{
background-color: #06A71C;
}
</style>
border-color css
<style>
span { border-color: #06A71C; }
span { border-color: rgb(6,167,28); }
td.TdClassName
{
border-color: #06A71C;
}
.TagClassName
{
border-color: #06A71C;
}
</style>