Shades of Islamic Green #068F13
Tints of Islamic Green #068F13
RGB
CMYK
RGB Variations
Color information
#068F13 (or 0x068F13) is known color: Islamic Green. HEX triplet: 06, 8F and 13. RGB value is (6,143,19). Sum of RGB (Red+Green+Blue) = 6+143+19=168 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.57% from 168); Green value is 143 (56.25% from 255 or 85.12% from 168); Blue value is 19 (7.81% from 255 or 11.31% from 168); Max value from RGB is 143 - color contains mainly: green. Hex color #068F13 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #068F13 is #F970EC. Grayscale: #585858. Windows color (decimal): -16347373 or 1281798. OLE color: 1281798.
HSL color Cylindrical-coordinate representation of color #068F13: hue angle of 125.69º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068F13 is Cyan = 0.96, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 143 | 19 | - |
| CMYK | 0.96 | 0 | 0.87 | 0.44 |
| HSL | 125.69º | 0.92% | 0.29% | - |
| HSV(B) | 125.69º | 0.96% | 0.56% | - |
| XYZ | 10.02 | 19.73 | 3.9 | - |
| YUV | 87.9 | 89.11 | 69.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 143 | 19 | 0.96 | 0 | 0.87 | 0.44 | 125.69 | 0.92 | 0.29 |
| Hex | 6 | 8F | 13 | 60 | 0 | 57 | 2C | 7E | 5C | 1D |
| Octal | 6 | 217 | 23 | 140 | 0 | 127 | 54 | 176 | 134 | 35 |
| Binary | 110 | 10001111 | 10011 | 1100000 | 0 | 1010111 | 101100 | 1111110 | 1011100 | 11101 |
Color Harmonies of #068F13
Complementary color
Monochromatic Colors of #068F13
Black with #068F13
Text Example
Text Example
White with #068F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068F13; }
p { color: rgb(6,143,19); }
H1.HeaderClassName
{
color: #068F13;
}
.AnyTagClassName
{
color: #068F13;
}
</style>
background-color css
<style>
a { background-color: #068F13; }
a { background-color: rgb(6,143,19); }
div.DivClassName
{
background-color: #068F13;
}
.BgClassName
{
background-color: #068F13;
}
</style>
border-color css
<style>
span { border-color: #068F13; }
span { border-color: rgb(6,143,19); }
td.TdClassName
{
border-color: #068F13;
}
.TagClassName
{
border-color: #068F13;
}
</style>