Shades of Green #0C610D
Tints of Green #0C610D
RGB
CMYK
RGB Variations
Color information
#0C610D (or 0x0C610D) is known color: Green. HEX triplet: 0C, 61 and 0D. RGB value is (12,97,13). Sum of RGB (Red+Green+Blue) = 12+97+13=122 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.84% from 122); Green value is 97 (38.28% from 255 or 79.51% from 122); Blue value is 13 (5.47% from 255 or 10.66% from 122); Max value from RGB is 97 - color contains mainly: green. Hex color #0C610D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C610D is #F39EF2. Grayscale: #3E3E3E. Windows color (decimal): -15965939 or 876812. OLE color: 876812.
HSL color Cylindrical-coordinate representation of color #0C610D: hue angle of 120.71º 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 #0C610D is Cyan = 0.88, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 12 | 97 | 13 | - |
| CMYK | 0.88 | 0 | 0.87 | 0.62 |
| HSL | 120.71º | 0.78% | 0.21% | - |
| HSV(B) | 120.71º | 0.88% | 0.38% | - |
| XYZ | 4.5 | 8.66 | 1.81 | - |
| YUV | 62.01 | 100.34 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 97 | 13 | 0.88 | 0 | 0.87 | 0.62 | 120.71 | 0.78 | 0.21 |
| Hex | C | 61 | D | 58 | 0 | 57 | 3E | 79 | 4E | 15 |
| Octal | 14 | 141 | 15 | 130 | 0 | 127 | 76 | 171 | 116 | 25 |
| Binary | 1100 | 1100001 | 1101 | 1011000 | 0 | 1010111 | 111110 | 1111001 | 1001110 | 10101 |
Color Harmonies of #0C610D
Complementary color
Monochromatic Colors of #0C610D
Black with #0C610D
Text Example
Text Example
White with #0C610D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C610D; }
p { color: rgb(12,97,13); }
H1.HeaderClassName
{
color: #0C610D;
}
.AnyTagClassName
{
color: #0C610D;
}
</style>
background-color css
<style>
a { background-color: #0C610D; }
a { background-color: rgb(12,97,13); }
div.DivClassName
{
background-color: #0C610D;
}
.BgClassName
{
background-color: #0C610D;
}
</style>
border-color css
<style>
span { border-color: #0C610D; }
span { border-color: rgb(12,97,13); }
td.TdClassName
{
border-color: #0C610D;
}
.TagClassName
{
border-color: #0C610D;
}
</style>