Shades of Islamic Green #069E01
Tints of Islamic Green #069E01
RGB
CMYK
RGB Variations
Color information
#069E01 (or 0x069E01) is known color: Islamic Green. HEX triplet: 06, 9E and 01. RGB value is (6,158,1). Sum of RGB (Red+Green+Blue) = 6+158+1=165 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.64% from 165); Green value is 158 (62.11% from 255 or 95.76% from 165); Blue value is 1 (0.78% from 255 or 0.61% from 165); Max value from RGB is 158 - color contains mainly: green. Hex color #069E01 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #069E01 is #F961FE. Grayscale: #5F5F5F. Windows color (decimal): -16343551 or 105990. OLE color: 105990.
HSL color Cylindrical-coordinate representation of color #069E01: hue angle of 118.09º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #069E01 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 6 | 158 | 1 | - |
| CMYK | 0.96 | 0 | 0.99 | 0.38 |
| HSL | 118.09º | 0.99% | 0.31% | - |
| HSV(B) | 118.09º | 0.99% | 0.62% | - |
| XYZ | 12.31 | 24.49 | 4.11 | - |
| YUV | 94.65 | 75.14 | 64.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 158 | 1 | 0.96 | 0 | 0.99 | 0.38 | 118.09 | 0.99 | 0.31 |
| Hex | 6 | 9E | 1 | 60 | 0 | 63 | 26 | 76 | 63 | 1F |
| Octal | 6 | 236 | 1 | 140 | 0 | 143 | 46 | 166 | 143 | 37 |
| Binary | 110 | 10011110 | 1 | 1100000 | 0 | 1100011 | 100110 | 1110110 | 1100011 | 11111 |
Color Harmonies of #069E01
Complementary color
Monochromatic Colors of #069E01
Black with #069E01
Text Example
Text Example
White with #069E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069E01; }
p { color: rgb(6,158,1); }
H1.HeaderClassName
{
color: #069E01;
}
.AnyTagClassName
{
color: #069E01;
}
</style>
background-color css
<style>
a { background-color: #069E01; }
a { background-color: rgb(6,158,1); }
div.DivClassName
{
background-color: #069E01;
}
.BgClassName
{
background-color: #069E01;
}
</style>
border-color css
<style>
span { border-color: #069E01; }
span { border-color: rgb(6,158,1); }
td.TdClassName
{
border-color: #069E01;
}
.TagClassName
{
border-color: #069E01;
}
</style>