Shades of Islamic Green #06C701
Tints of Islamic Green #06C701
RGB
CMYK
RGB Variations
Color information
#06C701 (or 0x06C701) is known color: Islamic Green. HEX triplet: 06, C7 and 01. RGB value is (6,199,1). Sum of RGB (Red+Green+Blue) = 6+199+1=206 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.91% from 206); Green value is 199 (78.12% from 255 or 96.60% from 206); Blue value is 1 (0.78% from 255 or 0.49% from 206); Max value from RGB is 199 - color contains mainly: green. Hex color #06C701 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06C701 is #F938FE. Grayscale: #777777. Windows color (decimal): -16333055 or 116486. OLE color: 116486.
HSL color Cylindrical-coordinate representation of color #06C701: hue angle of 118.48º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #06C701 is Cyan = 0.97, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 6 | 199 | 1 | - |
| CMYK | 0.97 | 0 | 0.99 | 0.22 |
| HSL | 118.48º | 0.99% | 0.39% | - |
| HSV(B) | 118.48º | 0.99% | 0.78% | - |
| XYZ | 20.5 | 40.89 | 6.84 | - |
| YUV | 118.72 | 61.56 | 47.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 199 | 1 | 0.97 | 0 | 0.99 | 0.22 | 118.48 | 0.99 | 0.39 |
| Hex | 6 | C7 | 1 | 61 | 0 | 63 | 16 | 76 | 63 | 27 |
| Octal | 6 | 307 | 1 | 141 | 0 | 143 | 26 | 166 | 143 | 47 |
| Binary | 110 | 11000111 | 1 | 1100001 | 0 | 1100011 | 10110 | 1110110 | 1100011 | 100111 |
Color Harmonies of #06C701
Complementary color
Monochromatic Colors of #06C701
Black with #06C701
Text Example
Text Example
White with #06C701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C701; }
p { color: rgb(6,199,1); }
H1.HeaderClassName
{
color: #06C701;
}
.AnyTagClassName
{
color: #06C701;
}
</style>
background-color css
<style>
a { background-color: #06C701; }
a { background-color: rgb(6,199,1); }
div.DivClassName
{
background-color: #06C701;
}
.BgClassName
{
background-color: #06C701;
}
</style>
border-color css
<style>
span { border-color: #06C701; }
span { border-color: rgb(6,199,1); }
td.TdClassName
{
border-color: #06C701;
}
.TagClassName
{
border-color: #06C701;
}
</style>