Shades of Islamic Green #06C007
Tints of Islamic Green #06C007
RGB
CMYK
RGB Variations
Color information
#06C007 (or 0x06C007) is known color: Islamic Green. HEX triplet: 06, C0 and 07. RGB value is (6,192,7). Sum of RGB (Red+Green+Blue) = 6+192+7=205 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.93% from 205); Green value is 192 (75.39% from 255 or 93.66% from 205); Blue value is 7 (3.12% from 255 or 3.41% from 205); Max value from RGB is 192 - color contains mainly: green. Hex color #06C007 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06C007 is #F93FF8. Grayscale: #737373. Windows color (decimal): -16334841 or 507910. OLE color: 507910.
HSL color Cylindrical-coordinate representation of color #06C007: hue angle of 120.32º degrees, saturation: 0.94, 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 #06C007 is Cyan = 0.97, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 192 | 7 | - |
| CMYK | 0.97 | 0 | 0.96 | 0.25 |
| HSL | 120.32º | 0.94% | 0.39% | - |
| HSV(B) | 120.32º | 0.97% | 0.75% | - |
| XYZ | 18.96 | 37.75 | 6.49 | - |
| YUV | 115.3 | 66.88 | 50.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 192 | 7 | 0.97 | 0 | 0.96 | 0.25 | 120.32 | 0.94 | 0.39 |
| Hex | 6 | C0 | 7 | 61 | 0 | 60 | 19 | 78 | 5E | 27 |
| Octal | 6 | 300 | 7 | 141 | 0 | 140 | 31 | 170 | 136 | 47 |
| Binary | 110 | 11000000 | 111 | 1100001 | 0 | 1100000 | 11001 | 1111000 | 1011110 | 100111 |
Color Harmonies of #06C007
Complementary color
Monochromatic Colors of #06C007
Black with #06C007
Text Example
Text Example
White with #06C007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C007; }
p { color: rgb(6,192,7); }
H1.HeaderClassName
{
color: #06C007;
}
.AnyTagClassName
{
color: #06C007;
}
</style>
background-color css
<style>
a { background-color: #06C007; }
a { background-color: rgb(6,192,7); }
div.DivClassName
{
background-color: #06C007;
}
.BgClassName
{
background-color: #06C007;
}
</style>
border-color css
<style>
span { border-color: #06C007; }
span { border-color: rgb(6,192,7); }
td.TdClassName
{
border-color: #06C007;
}
.TagClassName
{
border-color: #06C007;
}
</style>