Shades of Islamic Green #069F01
Tints of Islamic Green #069F01
RGB
CMYK
RGB Variations
Color information
#069F01 (or 0x069F01) is known color: Islamic Green. HEX triplet: 06, 9F and 01. RGB value is (6,159,1). Sum of RGB (Red+Green+Blue) = 6+159+1=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 159 (62.5% from 255 or 95.78% from 166); Blue value is 1 (0.78% from 255 or 0.60% from 166); Max value from RGB is 159 - color contains mainly: green. Hex color #069F01 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #069F01 is #F960FE. Grayscale: #5F5F5F. Windows color (decimal): -16343295 or 106246. OLE color: 106246.
HSL color Cylindrical-coordinate representation of color #069F01: hue angle of 118.1º 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 #069F01 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 6 | 159 | 1 | - |
| CMYK | 0.96 | 0 | 0.99 | 0.38 |
| HSL | 118.1º | 0.99% | 0.31% | - |
| HSV(B) | 118.1º | 0.99% | 0.62% | - |
| XYZ | 12.48 | 24.84 | 4.17 | - |
| YUV | 95.24 | 74.81 | 64.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 159 | 1 | 0.96 | 0 | 0.99 | 0.38 | 118.1 | 0.99 | 0.31 |
| Hex | 6 | 9F | 1 | 60 | 0 | 63 | 26 | 76 | 63 | 1F |
| Octal | 6 | 237 | 1 | 140 | 0 | 143 | 46 | 166 | 143 | 37 |
| Binary | 110 | 10011111 | 1 | 1100000 | 0 | 1100011 | 100110 | 1110110 | 1100011 | 11111 |
Color Harmonies of #069F01
Complementary color
Monochromatic Colors of #069F01
Black with #069F01
Text Example
Text Example
White with #069F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069F01; }
p { color: rgb(6,159,1); }
H1.HeaderClassName
{
color: #069F01;
}
.AnyTagClassName
{
color: #069F01;
}
</style>
background-color css
<style>
a { background-color: #069F01; }
a { background-color: rgb(6,159,1); }
div.DivClassName
{
background-color: #069F01;
}
.BgClassName
{
background-color: #069F01;
}
</style>
border-color css
<style>
span { border-color: #069F01; }
span { border-color: rgb(6,159,1); }
td.TdClassName
{
border-color: #069F01;
}
.TagClassName
{
border-color: #069F01;
}
</style>