Shades of Islamic Green #10B705
Tints of Islamic Green #10B705
RGB
CMYK
RGB Variations
Color information
#10B705 (or 0x10B705) is known color: Islamic Green. HEX triplet: 10, B7 and 05. RGB value is (16,183,5). Sum of RGB (Red+Green+Blue) = 16+183+5=204 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.84% from 204); Green value is 183 (71.88% from 255 or 89.71% from 204); Blue value is 5 (2.34% from 255 or 2.45% from 204); Max value from RGB is 183 - color contains mainly: green. Hex color #10B705 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10B705 is #EF48FA. Grayscale: #717171. Windows color (decimal): -15681787 or 374544. OLE color: 374544.
HSL color Cylindrical-coordinate representation of color #10B705: hue angle of 116.29º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #10B705 is Cyan = 0.91, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 16 | 183 | 5 | - |
| CMYK | 0.91 | 0 | 0.97 | 0.28 |
| HSL | 116.29º | 0.95% | 0.37% | - |
| HSV(B) | 116.29º | 0.97% | 0.72% | - |
| XYZ | 17.17 | 33.99 | 5.8 | - |
| YUV | 112.78 | 67.17 | 58.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 183 | 5 | 0.91 | 0 | 0.97 | 0.28 | 116.29 | 0.95 | 0.37 |
| Hex | 10 | B7 | 5 | 5B | 0 | 61 | 1C | 74 | 5F | 25 |
| Octal | 20 | 267 | 5 | 133 | 0 | 141 | 34 | 164 | 137 | 45 |
| Binary | 10000 | 10110111 | 101 | 1011011 | 0 | 1100001 | 11100 | 1110100 | 1011111 | 100101 |
Color Harmonies of #10B705
Complementary color
Monochromatic Colors of #10B705
Black with #10B705
Text Example
Text Example
White with #10B705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B705; }
p { color: rgb(16,183,5); }
H1.HeaderClassName
{
color: #10B705;
}
.AnyTagClassName
{
color: #10B705;
}
</style>
background-color css
<style>
a { background-color: #10B705; }
a { background-color: rgb(16,183,5); }
div.DivClassName
{
background-color: #10B705;
}
.BgClassName
{
background-color: #10B705;
}
</style>
border-color css
<style>
span { border-color: #10B705; }
span { border-color: rgb(16,183,5); }
td.TdClassName
{
border-color: #10B705;
}
.TagClassName
{
border-color: #10B705;
}
</style>