Shades of Islamic Green #06C508
Tints of Islamic Green #06C508
RGB
CMYK
RGB Variations
Color information
#06C508 (or 0x06C508) is known color: Islamic Green. HEX triplet: 06, C5 and 08. RGB value is (6,197,8). Sum of RGB (Red+Green+Blue) = 6+197+8=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 197 (77.34% from 255 or 93.36% from 211); Blue value is 8 (3.52% from 255 or 3.79% from 211); Max value from RGB is 197 - color contains mainly: green. Hex color #06C508 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06C508 is #F93AF7. Grayscale: #767676. Windows color (decimal): -16333560 or 574726. OLE color: 574726.
HSL color Cylindrical-coordinate representation of color #06C508: hue angle of 120.63º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C508 is Cyan = 0.97, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 6 | 197 | 8 | - |
| CMYK | 0.97 | 0 | 0.96 | 0.23 |
| HSL | 120.63º | 0.94% | 0.4% | - |
| HSV(B) | 120.63º | 0.97% | 0.77% | - |
| XYZ | 20.09 | 39.99 | 6.89 | - |
| YUV | 118.35 | 65.72 | 47.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 197 | 8 | 0.97 | 0 | 0.96 | 0.23 | 120.63 | 0.94 | 0.4 |
| Hex | 6 | C5 | 8 | 61 | 0 | 60 | 17 | 79 | 5E | 28 |
| Octal | 6 | 305 | 10 | 141 | 0 | 140 | 27 | 171 | 136 | 50 |
| Binary | 110 | 11000101 | 1000 | 1100001 | 0 | 1100000 | 10111 | 1111001 | 1011110 | 101000 |
Color Harmonies of #06C508
Complementary color
Monochromatic Colors of #06C508
Black with #06C508
Text Example
Text Example
White with #06C508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C508; }
p { color: rgb(6,197,8); }
H1.HeaderClassName
{
color: #06C508;
}
.AnyTagClassName
{
color: #06C508;
}
</style>
background-color css
<style>
a { background-color: #06C508; }
a { background-color: rgb(6,197,8); }
div.DivClassName
{
background-color: #06C508;
}
.BgClassName
{
background-color: #06C508;
}
</style>
border-color css
<style>
span { border-color: #06C508; }
span { border-color: rgb(6,197,8); }
td.TdClassName
{
border-color: #06C508;
}
.TagClassName
{
border-color: #06C508;
}
</style>