Shades of Islamic Green #07AF0B
Tints of Islamic Green #07AF0B
RGB
CMYK
RGB Variations
Color information
#07AF0B (or 0x07AF0B) is known color: Islamic Green. HEX triplet: 07, AF and 0B. RGB value is (7,175,11). Sum of RGB (Red+Green+Blue) = 7+175+11=193 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.63% from 193); Green value is 175 (68.75% from 255 or 90.67% from 193); Blue value is 11 (4.69% from 255 or 5.70% from 193); Max value from RGB is 175 - color contains mainly: green. Hex color #07AF0B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07AF0B is #F850F4. Grayscale: #6A6A6A. Windows color (decimal): -16273653 or 765703. OLE color: 765703.
HSL color Cylindrical-coordinate representation of color #07AF0B: hue angle of 121.43º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07AF0B is Cyan = 0.96, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 175 | 11 | - |
| CMYK | 0.96 | 0 | 0.94 | 0.31 |
| HSL | 121.43º | 0.92% | 0.36% | - |
| HSV(B) | 121.43º | 0.96% | 0.69% | - |
| XYZ | 15.48 | 30.73 | 5.43 | - |
| YUV | 106.07 | 74.34 | 57.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 175 | 11 | 0.96 | 0 | 0.94 | 0.31 | 121.43 | 0.92 | 0.36 |
| Hex | 7 | AF | B | 60 | 0 | 5E | 1F | 79 | 5C | 24 |
| Octal | 7 | 257 | 13 | 140 | 0 | 136 | 37 | 171 | 134 | 44 |
| Binary | 111 | 10101111 | 1011 | 1100000 | 0 | 1011110 | 11111 | 1111001 | 1011100 | 100100 |
Color Harmonies of #07AF0B
Complementary color
Monochromatic Colors of #07AF0B
Black with #07AF0B
Text Example
Text Example
White with #07AF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AF0B; }
p { color: rgb(7,175,11); }
H1.HeaderClassName
{
color: #07AF0B;
}
.AnyTagClassName
{
color: #07AF0B;
}
</style>
background-color css
<style>
a { background-color: #07AF0B; }
a { background-color: rgb(7,175,11); }
div.DivClassName
{
background-color: #07AF0B;
}
.BgClassName
{
background-color: #07AF0B;
}
</style>
border-color css
<style>
span { border-color: #07AF0B; }
span { border-color: rgb(7,175,11); }
td.TdClassName
{
border-color: #07AF0B;
}
.TagClassName
{
border-color: #07AF0B;
}
</style>