Shades of Islamic Green #0CB708
Tints of Islamic Green #0CB708
RGB
CMYK
RGB Variations
Color information
#0CB708 (or 0x0CB708) is known color: Islamic Green. HEX triplet: 0C, B7 and 08. RGB value is (12,183,8). Sum of RGB (Red+Green+Blue) = 12+183+8=203 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.91% from 203); Green value is 183 (71.88% from 255 or 90.15% from 203); Blue value is 8 (3.52% from 255 or 3.94% from 203); Max value from RGB is 183 - color contains mainly: green. Hex color #0CB708 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CB708 is #F348F7. Grayscale: #707070. Windows color (decimal): -15943928 or 571148. OLE color: 571148.
HSL color Cylindrical-coordinate representation of color #0CB708: hue angle of 118.63º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0CB708 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 12 | 183 | 8 | - |
| CMYK | 0.93 | 0 | 0.96 | 0.28 |
| HSL | 118.63º | 0.92% | 0.37% | - |
| HSV(B) | 118.63º | 0.96% | 0.72% | - |
| XYZ | 17.13 | 33.96 | 5.88 | - |
| YUV | 111.92 | 69.35 | 56.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 183 | 8 | 0.93 | 0 | 0.96 | 0.28 | 118.63 | 0.92 | 0.37 |
| Hex | C | B7 | 8 | 5D | 0 | 60 | 1C | 77 | 5C | 25 |
| Octal | 14 | 267 | 10 | 135 | 0 | 140 | 34 | 167 | 134 | 45 |
| Binary | 1100 | 10110111 | 1000 | 1011101 | 0 | 1100000 | 11100 | 1110111 | 1011100 | 100101 |
Color Harmonies of #0CB708
Complementary color
Monochromatic Colors of #0CB708
Black with #0CB708
Text Example
Text Example
White with #0CB708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB708; }
p { color: rgb(12,183,8); }
H1.HeaderClassName
{
color: #0CB708;
}
.AnyTagClassName
{
color: #0CB708;
}
</style>
background-color css
<style>
a { background-color: #0CB708; }
a { background-color: rgb(12,183,8); }
div.DivClassName
{
background-color: #0CB708;
}
.BgClassName
{
background-color: #0CB708;
}
</style>
border-color css
<style>
span { border-color: #0CB708; }
span { border-color: rgb(12,183,8); }
td.TdClassName
{
border-color: #0CB708;
}
.TagClassName
{
border-color: #0CB708;
}
</style>