Shades of Green #0C610F
Tints of Green #0C610F
RGB
CMYK
RGB Variations
Color information
#0C610F (or 0x0C610F) is known color: Green. HEX triplet: 0C, 61 and 0F. RGB value is (12,97,15). Sum of RGB (Red+Green+Blue) = 12+97+15=124 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.68% from 124); Green value is 97 (38.28% from 255 or 78.23% from 124); Blue value is 15 (6.25% from 255 or 12.10% from 124); Max value from RGB is 97 - color contains mainly: green. Hex color #0C610F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C610F is #F39EF0. Grayscale: #3E3E3E. Windows color (decimal): -15965937 or 1007884. OLE color: 1007884.
HSL color Cylindrical-coordinate representation of color #0C610F: hue angle of 122.12º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C610F is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 12 | 97 | 15 | - |
| CMYK | 0.88 | 0 | 0.85 | 0.62 |
| HSL | 122.12º | 0.78% | 0.21% | - |
| HSV(B) | 122.12º | 0.88% | 0.38% | - |
| XYZ | 4.51 | 8.66 | 1.89 | - |
| YUV | 62.24 | 101.34 | 92.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 97 | 15 | 0.88 | 0 | 0.85 | 0.62 | 122.12 | 0.78 | 0.21 |
| Hex | C | 61 | F | 58 | 0 | 55 | 3E | 7A | 4E | 15 |
| Octal | 14 | 141 | 17 | 130 | 0 | 125 | 76 | 172 | 116 | 25 |
| Binary | 1100 | 1100001 | 1111 | 1011000 | 0 | 1010101 | 111110 | 1111010 | 1001110 | 10101 |
Color Harmonies of #0C610F
Complementary color
Monochromatic Colors of #0C610F
Black with #0C610F
Text Example
Text Example
White with #0C610F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C610F; }
p { color: rgb(12,97,15); }
H1.HeaderClassName
{
color: #0C610F;
}
.AnyTagClassName
{
color: #0C610F;
}
</style>
background-color css
<style>
a { background-color: #0C610F; }
a { background-color: rgb(12,97,15); }
div.DivClassName
{
background-color: #0C610F;
}
.BgClassName
{
background-color: #0C610F;
}
</style>
border-color css
<style>
span { border-color: #0C610F; }
span { border-color: rgb(12,97,15); }
td.TdClassName
{
border-color: #0C610F;
}
.TagClassName
{
border-color: #0C610F;
}
</style>