Shades of Islamic Green #06B30C
Tints of Islamic Green #06B30C
RGB
CMYK
RGB Variations
Color information
#06B30C (or 0x06B30C) is known color: Islamic Green. HEX triplet: 06, B3 and 0C. RGB value is (6,179,12). Sum of RGB (Red+Green+Blue) = 6+179+12=197 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.05% from 197); Green value is 179 (70.31% from 255 or 90.86% from 197); Blue value is 12 (5.08% from 255 or 6.09% from 197); Max value from RGB is 179 - color contains mainly: green. Hex color #06B30C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06B30C is #F94CF3. Grayscale: #6C6C6C. Windows color (decimal): -16338164 or 832262. OLE color: 832262.
HSL color Cylindrical-coordinate representation of color #06B30C: hue angle of 122.08º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B30C is Cyan = 0.97, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 6 | 179 | 12 | - |
| CMYK | 0.97 | 0 | 0.93 | 0.30 |
| HSL | 122.08º | 0.94% | 0.36% | - |
| HSV(B) | 122.08º | 0.97% | 0.7% | - |
| XYZ | 16.26 | 32.31 | 5.73 | - |
| YUV | 108.24 | 73.69 | 55.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 179 | 12 | 0.97 | 0 | 0.93 | 0.30 | 122.08 | 0.94 | 0.36 |
| Hex | 6 | B3 | C | 61 | 0 | 5D | 1E | 7A | 5E | 24 |
| Octal | 6 | 263 | 14 | 141 | 0 | 135 | 36 | 172 | 136 | 44 |
| Binary | 110 | 10110011 | 1100 | 1100001 | 0 | 1011101 | 11110 | 1111010 | 1011110 | 100100 |
Color Harmonies of #06B30C
Complementary color
Monochromatic Colors of #06B30C
Black with #06B30C
Text Example
Text Example
White with #06B30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06B30C; }
p { color: rgb(6,179,12); }
H1.HeaderClassName
{
color: #06B30C;
}
.AnyTagClassName
{
color: #06B30C;
}
</style>
background-color css
<style>
a { background-color: #06B30C; }
a { background-color: rgb(6,179,12); }
div.DivClassName
{
background-color: #06B30C;
}
.BgClassName
{
background-color: #06B30C;
}
</style>
border-color css
<style>
span { border-color: #06B30C; }
span { border-color: rgb(6,179,12); }
td.TdClassName
{
border-color: #06B30C;
}
.TagClassName
{
border-color: #06B30C;
}
</style>