Shades of Islamic Green #06B101
Tints of Islamic Green #06B101
RGB
CMYK
RGB Variations
Color information
#06B101 (or 0x06B101) is known color: Islamic Green. HEX triplet: 06, B1 and 01. RGB value is (6,177,1). Sum of RGB (Red+Green+Blue) = 6+177+1=184 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.26% from 184); Green value is 177 (69.53% from 255 or 96.20% from 184); Blue value is 1 (0.78% from 255 or 0.54% from 184); Max value from RGB is 177 - color contains mainly: green. Hex color #06B101 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06B101 is #F94EFE. Grayscale: #6A6A6A. Windows color (decimal): -16338687 or 110854. OLE color: 110854.
HSL color Cylindrical-coordinate representation of color #06B101: hue angle of 118.3º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #06B101 is Cyan = 0.97, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 6 | 177 | 1 | - |
| CMYK | 0.97 | 0 | 0.99 | 0.31 |
| HSL | 118.3º | 0.99% | 0.35% | - |
| HSV(B) | 118.3º | 0.99% | 0.69% | - |
| XYZ | 15.8 | 31.49 | 5.27 | - |
| YUV | 105.81 | 68.85 | 56.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 177 | 1 | 0.97 | 0 | 0.99 | 0.31 | 118.3 | 0.99 | 0.35 |
| Hex | 6 | B1 | 1 | 61 | 0 | 63 | 1F | 76 | 63 | 23 |
| Octal | 6 | 261 | 1 | 141 | 0 | 143 | 37 | 166 | 143 | 43 |
| Binary | 110 | 10110001 | 1 | 1100001 | 0 | 1100011 | 11111 | 1110110 | 1100011 | 100011 |
Color Harmonies of #06B101
Complementary color
Monochromatic Colors of #06B101
Black with #06B101
Text Example
Text Example
White with #06B101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06B101; }
p { color: rgb(6,177,1); }
H1.HeaderClassName
{
color: #06B101;
}
.AnyTagClassName
{
color: #06B101;
}
</style>
background-color css
<style>
a { background-color: #06B101; }
a { background-color: rgb(6,177,1); }
div.DivClassName
{
background-color: #06B101;
}
.BgClassName
{
background-color: #06B101;
}
</style>
border-color css
<style>
span { border-color: #06B101; }
span { border-color: rgb(6,177,1); }
td.TdClassName
{
border-color: #06B101;
}
.TagClassName
{
border-color: #06B101;
}
</style>