Shades of Islamic Green #06B50C
Tints of Islamic Green #06B50C
RGB
CMYK
RGB Variations
Color information
#06B50C (or 0x06B50C) is known color: Islamic Green. HEX triplet: 06, B5 and 0C. RGB value is (6,181,12). Sum of RGB (Red+Green+Blue) = 6+181+12=199 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.02% from 199); Green value is 181 (71.09% from 255 or 90.95% from 199); Blue value is 12 (5.08% from 255 or 6.03% from 199); Max value from RGB is 181 - color contains mainly: green. Hex color #06B50C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06B50C is #F94AF3. Grayscale: #6D6D6D. Windows color (decimal): -16337652 or 832774. OLE color: 832774.
HSL color Cylindrical-coordinate representation of color #06B50C: hue angle of 122.06º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B50C is Cyan = 0.97, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 6 | 181 | 12 | - |
| CMYK | 0.97 | 0 | 0.93 | 0.29 |
| HSL | 122.06º | 0.94% | 0.37% | - |
| HSV(B) | 122.06º | 0.97% | 0.71% | - |
| XYZ | 16.67 | 33.11 | 5.86 | - |
| YUV | 109.41 | 73.02 | 54.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 181 | 12 | 0.97 | 0 | 0.93 | 0.29 | 122.06 | 0.94 | 0.37 |
| Hex | 6 | B5 | C | 61 | 0 | 5D | 1D | 7A | 5E | 25 |
| Octal | 6 | 265 | 14 | 141 | 0 | 135 | 35 | 172 | 136 | 45 |
| Binary | 110 | 10110101 | 1100 | 1100001 | 0 | 1011101 | 11101 | 1111010 | 1011110 | 100101 |
Color Harmonies of #06B50C
Complementary color
Monochromatic Colors of #06B50C
Black with #06B50C
Text Example
Text Example
White with #06B50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06B50C; }
p { color: rgb(6,181,12); }
H1.HeaderClassName
{
color: #06B50C;
}
.AnyTagClassName
{
color: #06B50C;
}
</style>
background-color css
<style>
a { background-color: #06B50C; }
a { background-color: rgb(6,181,12); }
div.DivClassName
{
background-color: #06B50C;
}
.BgClassName
{
background-color: #06B50C;
}
</style>
border-color css
<style>
span { border-color: #06B50C; }
span { border-color: rgb(6,181,12); }
td.TdClassName
{
border-color: #06B50C;
}
.TagClassName
{
border-color: #06B50C;
}
</style>