Shades of Islamic Green #06BC0C
Tints of Islamic Green #06BC0C
RGB
CMYK
RGB Variations
Color information
#06BC0C (or 0x06BC0C) is known color: Islamic Green. HEX triplet: 06, BC and 0C. RGB value is (6,188,12). Sum of RGB (Red+Green+Blue) = 6+188+12=206 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.91% from 206); Green value is 188 (73.83% from 255 or 91.26% from 206); Blue value is 12 (5.08% from 255 or 5.83% from 206); Max value from RGB is 188 - color contains mainly: green. Hex color #06BC0C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06BC0C is #F943F3. Grayscale: #727272. Windows color (decimal): -16335860 or 834566. OLE color: 834566.
HSL color Cylindrical-coordinate representation of color #06BC0C: hue angle of 121.98º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BC0C is Cyan = 0.97, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 188 | 12 | - |
| CMYK | 0.97 | 0 | 0.94 | 0.26 |
| HSL | 121.98º | 0.94% | 0.38% | - |
| HSV(B) | 121.98º | 0.97% | 0.74% | - |
| XYZ | 18.12 | 36.03 | 6.35 | - |
| YUV | 113.52 | 70.7 | 51.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 188 | 12 | 0.97 | 0 | 0.94 | 0.26 | 121.98 | 0.94 | 0.38 |
| Hex | 6 | BC | C | 61 | 0 | 5E | 1A | 7A | 5E | 26 |
| Octal | 6 | 274 | 14 | 141 | 0 | 136 | 32 | 172 | 136 | 46 |
| Binary | 110 | 10111100 | 1100 | 1100001 | 0 | 1011110 | 11010 | 1111010 | 1011110 | 100110 |
Color Harmonies of #06BC0C
Complementary color
Monochromatic Colors of #06BC0C
Black with #06BC0C
Text Example
Text Example
White with #06BC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BC0C; }
p { color: rgb(6,188,12); }
H1.HeaderClassName
{
color: #06BC0C;
}
.AnyTagClassName
{
color: #06BC0C;
}
</style>
background-color css
<style>
a { background-color: #06BC0C; }
a { background-color: rgb(6,188,12); }
div.DivClassName
{
background-color: #06BC0C;
}
.BgClassName
{
background-color: #06BC0C;
}
</style>
border-color css
<style>
span { border-color: #06BC0C; }
span { border-color: rgb(6,188,12); }
td.TdClassName
{
border-color: #06BC0C;
}
.TagClassName
{
border-color: #06BC0C;
}
</style>