Shades of Islamic Green #069B05
Tints of Islamic Green #069B05
RGB
CMYK
RGB Variations
Color information
#069B05 (or 0x069B05) is known color: Islamic Green. HEX triplet: 06, 9B and 05. RGB value is (6,155,5). Sum of RGB (Red+Green+Blue) = 6+155+5=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 155 (60.94% from 255 or 93.37% from 166); Blue value is 5 (2.34% from 255 or 3.01% from 166); Max value from RGB is 155 - color contains mainly: green. Hex color #069B05 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #069B05 is #F964FA. Grayscale: #5D5D5D. Windows color (decimal): -16344315 or 367366. OLE color: 367366.
HSL color Cylindrical-coordinate representation of color #069B05: hue angle of 119.6º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #069B05 is Cyan = 0.96, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 6 | 155 | 5 | - |
| CMYK | 0.96 | 0 | 0.97 | 0.39 |
| HSL | 119.6º | 0.94% | 0.31% | - |
| HSV(B) | 119.6º | 0.97% | 0.61% | - |
| XYZ | 11.82 | 23.49 | 4.05 | - |
| YUV | 93.35 | 78.14 | 65.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 155 | 5 | 0.96 | 0 | 0.97 | 0.39 | 119.6 | 0.94 | 0.31 |
| Hex | 6 | 9B | 5 | 60 | 0 | 61 | 27 | 78 | 5E | 1F |
| Octal | 6 | 233 | 5 | 140 | 0 | 141 | 47 | 170 | 136 | 37 |
| Binary | 110 | 10011011 | 101 | 1100000 | 0 | 1100001 | 100111 | 1111000 | 1011110 | 11111 |
Color Harmonies of #069B05
Complementary color
Monochromatic Colors of #069B05
Black with #069B05
Text Example
Text Example
White with #069B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069B05; }
p { color: rgb(6,155,5); }
H1.HeaderClassName
{
color: #069B05;
}
.AnyTagClassName
{
color: #069B05;
}
</style>
background-color css
<style>
a { background-color: #069B05; }
a { background-color: rgb(6,155,5); }
div.DivClassName
{
background-color: #069B05;
}
.BgClassName
{
background-color: #069B05;
}
</style>
border-color css
<style>
span { border-color: #069B05; }
span { border-color: rgb(6,155,5); }
td.TdClassName
{
border-color: #069B05;
}
.TagClassName
{
border-color: #069B05;
}
</style>