Shades of Islamic Green #06C005
Tints of Islamic Green #06C005
RGB
CMYK
RGB Variations
Color information
#06C005 (or 0x06C005) is known color: Islamic Green. HEX triplet: 06, C0 and 05. RGB value is (6,192,5). Sum of RGB (Red+Green+Blue) = 6+192+5=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 192 (75.39% from 255 or 94.58% from 203); Blue value is 5 (2.34% from 255 or 2.46% from 203); Max value from RGB is 192 - color contains mainly: green. Hex color #06C005 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06C005 is #F93FFA. Grayscale: #737373. Windows color (decimal): -16334843 or 376838. OLE color: 376838.
HSL color Cylindrical-coordinate representation of color #06C005: hue angle of 119.68º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C005 is Cyan = 0.97, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 192 | 5 | - |
| CMYK | 0.97 | 0 | 0.97 | 0.25 |
| HSL | 119.68º | 0.95% | 0.39% | - |
| HSV(B) | 119.68º | 0.97% | 0.75% | - |
| XYZ | 18.95 | 37.75 | 6.43 | - |
| YUV | 115.07 | 65.88 | 50.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 192 | 5 | 0.97 | 0 | 0.97 | 0.25 | 119.68 | 0.95 | 0.39 |
| Hex | 6 | C0 | 5 | 61 | 0 | 61 | 19 | 78 | 5F | 27 |
| Octal | 6 | 300 | 5 | 141 | 0 | 141 | 31 | 170 | 137 | 47 |
| Binary | 110 | 11000000 | 101 | 1100001 | 0 | 1100001 | 11001 | 1111000 | 1011111 | 100111 |
Color Harmonies of #06C005
Complementary color
Monochromatic Colors of #06C005
Black with #06C005
Text Example
Text Example
White with #06C005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C005; }
p { color: rgb(6,192,5); }
H1.HeaderClassName
{
color: #06C005;
}
.AnyTagClassName
{
color: #06C005;
}
</style>
background-color css
<style>
a { background-color: #06C005; }
a { background-color: rgb(6,192,5); }
div.DivClassName
{
background-color: #06C005;
}
.BgClassName
{
background-color: #06C005;
}
</style>
border-color css
<style>
span { border-color: #06C005; }
span { border-color: rgb(6,192,5); }
td.TdClassName
{
border-color: #06C005;
}
.TagClassName
{
border-color: #06C005;
}
</style>