Shades of Islamic Green #06970D
Tints of Islamic Green #06970D
RGB
CMYK
RGB Variations
Color information
#06970D (or 0x06970D) is known color: Islamic Green. HEX triplet: 06, 97 and 0D. RGB value is (6,151,13). Sum of RGB (Red+Green+Blue) = 6+151+13=170 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.53% from 170); Green value is 151 (59.38% from 255 or 88.82% from 170); Blue value is 13 (5.47% from 255 or 7.65% from 170); Max value from RGB is 151 - color contains mainly: green. Hex color #06970D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06970D is #F968F2. Grayscale: #5C5C5C. Windows color (decimal): -16345331 or 890630. OLE color: 890630.
HSL color Cylindrical-coordinate representation of color #06970D: hue angle of 122.9º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06970D is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 6 | 151 | 13 | - |
| CMYK | 0.96 | 0 | 0.91 | 0.41 |
| HSL | 122.9º | 0.92% | 0.31% | - |
| HSV(B) | 122.9º | 0.96% | 0.59% | - |
| XYZ | 11.21 | 22.2 | 4.07 | - |
| YUV | 91.91 | 83.46 | 66.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 151 | 13 | 0.96 | 0 | 0.91 | 0.41 | 122.9 | 0.92 | 0.31 |
| Hex | 6 | 97 | D | 60 | 0 | 5B | 29 | 7B | 5C | 1F |
| Octal | 6 | 227 | 15 | 140 | 0 | 133 | 51 | 173 | 134 | 37 |
| Binary | 110 | 10010111 | 1101 | 1100000 | 0 | 1011011 | 101001 | 1111011 | 1011100 | 11111 |
Color Harmonies of #06970D
Complementary color
Monochromatic Colors of #06970D
Black with #06970D
Text Example
Text Example
White with #06970D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06970D; }
p { color: rgb(6,151,13); }
H1.HeaderClassName
{
color: #06970D;
}
.AnyTagClassName
{
color: #06970D;
}
</style>
background-color css
<style>
a { background-color: #06970D; }
a { background-color: rgb(6,151,13); }
div.DivClassName
{
background-color: #06970D;
}
.BgClassName
{
background-color: #06970D;
}
</style>
border-color css
<style>
span { border-color: #06970D; }
span { border-color: rgb(6,151,13); }
td.TdClassName
{
border-color: #06970D;
}
.TagClassName
{
border-color: #06970D;
}
</style>