Shades of Islamic Green #06950A
Tints of Islamic Green #06950A
RGB
CMYK
RGB Variations
Color information
#06950A (or 0x06950A) is known color: Islamic Green. HEX triplet: 06, 95 and 0A. RGB value is (6,149,10). Sum of RGB (Red+Green+Blue) = 6+149+10=165 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.64% from 165); Green value is 149 (58.59% from 255 or 90.30% from 165); Blue value is 10 (4.30% from 255 or 6.06% from 165); Max value from RGB is 149 - color contains mainly: green. Hex color #06950A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06950A is #F96AF5. Grayscale: #5A5A5A. Windows color (decimal): -16345846 or 693510. OLE color: 693510.
HSL color Cylindrical-coordinate representation of color #06950A: hue angle of 121.68º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06950A is Cyan = 0.96, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 149 | 10 | - |
| CMYK | 0.96 | 0 | 0.93 | 0.42 |
| HSL | 121.68º | 0.92% | 0.3% | - |
| HSV(B) | 121.68º | 0.96% | 0.58% | - |
| XYZ | 10.88 | 21.56 | 3.87 | - |
| YUV | 90.4 | 82.62 | 67.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 149 | 10 | 0.96 | 0 | 0.93 | 0.42 | 121.68 | 0.92 | 0.3 |
| Hex | 6 | 95 | A | 60 | 0 | 5D | 2A | 7A | 5C | 1E |
| Octal | 6 | 225 | 12 | 140 | 0 | 135 | 52 | 172 | 134 | 36 |
| Binary | 110 | 10010101 | 1010 | 1100000 | 0 | 1011101 | 101010 | 1111010 | 1011100 | 11110 |
Color Harmonies of #06950A
Complementary color
Monochromatic Colors of #06950A
Black with #06950A
Text Example
Text Example
White with #06950A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06950A; }
p { color: rgb(6,149,10); }
H1.HeaderClassName
{
color: #06950A;
}
.AnyTagClassName
{
color: #06950A;
}
</style>
background-color css
<style>
a { background-color: #06950A; }
a { background-color: rgb(6,149,10); }
div.DivClassName
{
background-color: #06950A;
}
.BgClassName
{
background-color: #06950A;
}
</style>
border-color css
<style>
span { border-color: #06950A; }
span { border-color: rgb(6,149,10); }
td.TdClassName
{
border-color: #06950A;
}
.TagClassName
{
border-color: #06950A;
}
</style>