Shades of Green #0C7615
Tints of Green #0C7615
RGB
CMYK
RGB Variations
Color information
#0C7615 (or 0x0C7615) is known color: Green. HEX triplet: 0C, 76 and 15. RGB value is (12,118,21). Sum of RGB (Red+Green+Blue) = 12+118+21=151 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.95% from 151); Green value is 118 (46.48% from 255 or 78.15% from 151); Blue value is 21 (8.59% from 255 or 13.91% from 151); Max value from RGB is 118 - color contains mainly: green. Hex color #0C7615 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C7615 is #F389EA. Grayscale: #4B4B4B. Windows color (decimal): -15960555 or 1406476. OLE color: 1406476.
HSL color Cylindrical-coordinate representation of color #0C7615: hue angle of 125.09º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7615 is Cyan = 0.90, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 12 | 118 | 21 | - |
| CMYK | 0.90 | 0 | 0.82 | 0.54 |
| HSL | 125.09º | 0.82% | 0.25% | - |
| HSV(B) | 125.09º | 0.9% | 0.46% | - |
| XYZ | 6.77 | 13.09 | 2.88 | - |
| YUV | 75.25 | 97.38 | 82.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 118 | 21 | 0.90 | 0 | 0.82 | 0.54 | 125.09 | 0.82 | 0.25 |
| Hex | C | 76 | 15 | 5A | 0 | 52 | 36 | 7D | 52 | 19 |
| Octal | 14 | 166 | 25 | 132 | 0 | 122 | 66 | 175 | 122 | 31 |
| Binary | 1100 | 1110110 | 10101 | 1011010 | 0 | 1010010 | 110110 | 1111101 | 1010010 | 11001 |
Color Harmonies of #0C7615
Complementary color
Monochromatic Colors of #0C7615
Black with #0C7615
Text Example
Text Example
White with #0C7615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7615; }
p { color: rgb(12,118,21); }
H1.HeaderClassName
{
color: #0C7615;
}
.AnyTagClassName
{
color: #0C7615;
}
</style>
background-color css
<style>
a { background-color: #0C7615; }
a { background-color: rgb(12,118,21); }
div.DivClassName
{
background-color: #0C7615;
}
.BgClassName
{
background-color: #0C7615;
}
</style>
border-color css
<style>
span { border-color: #0C7615; }
span { border-color: rgb(12,118,21); }
td.TdClassName
{
border-color: #0C7615;
}
.TagClassName
{
border-color: #0C7615;
}
</style>