Shades of Islamic Green #06B502
Tints of Islamic Green #06B502
RGB
CMYK
RGB Variations
Color information
#06B502 (or 0x06B502) is known color: Islamic Green. HEX triplet: 06, B5 and 02. RGB value is (6,181,2). Sum of RGB (Red+Green+Blue) = 6+181+2=189 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.17% from 189); Green value is 181 (71.09% from 255 or 95.77% from 189); Blue value is 2 (1.17% from 255 or 1.06% from 189); Max value from RGB is 181 - color contains mainly: green. Hex color #06B502 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06B502 is #F94AFD. Grayscale: #6C6C6C. Windows color (decimal): -16337662 or 177414. OLE color: 177414.
HSL color Cylindrical-coordinate representation of color #06B502: hue angle of 118.66º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #06B502 is Cyan = 0.97, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 6 | 181 | 2 | - |
| CMYK | 0.97 | 0 | 0.99 | 0.29 |
| HSL | 118.66º | 0.98% | 0.36% | - |
| HSV(B) | 118.66º | 0.99% | 0.71% | - |
| XYZ | 16.61 | 33.09 | 5.57 | - |
| YUV | 108.27 | 68.02 | 55.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 181 | 2 | 0.97 | 0 | 0.99 | 0.29 | 118.66 | 0.98 | 0.36 |
| Hex | 6 | B5 | 2 | 61 | 0 | 63 | 1D | 77 | 62 | 24 |
| Octal | 6 | 265 | 2 | 141 | 0 | 143 | 35 | 167 | 142 | 44 |
| Binary | 110 | 10110101 | 10 | 1100001 | 0 | 1100011 | 11101 | 1110111 | 1100010 | 100100 |
Color Harmonies of #06B502
Complementary color
Monochromatic Colors of #06B502
Black with #06B502
Text Example
Text Example
White with #06B502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06B502; }
p { color: rgb(6,181,2); }
H1.HeaderClassName
{
color: #06B502;
}
.AnyTagClassName
{
color: #06B502;
}
</style>
background-color css
<style>
a { background-color: #06B502; }
a { background-color: rgb(6,181,2); }
div.DivClassName
{
background-color: #06B502;
}
.BgClassName
{
background-color: #06B502;
}
</style>
border-color css
<style>
span { border-color: #06B502; }
span { border-color: rgb(6,181,2); }
td.TdClassName
{
border-color: #06B502;
}
.TagClassName
{
border-color: #06B502;
}
</style>