Shades of Green #0C7D0C
Tints of Green #0C7D0C
RGB
CMYK
RGB Variations
Color information
#0C7D0C (or 0x0C7D0C) is known color: Green. HEX triplet: 0C, 7D and 0C. RGB value is (12,125,12). Sum of RGB (Red+Green+Blue) = 12+125+12=149 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.05% from 149); Green value is 125 (49.22% from 255 or 83.89% from 149); Blue value is 12 (5.08% from 255 or 8.05% from 149); Max value from RGB is 125 - color contains mainly: green. Hex color #0C7D0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C7D0C is #F382F3. Grayscale: #4E4E4E. Windows color (decimal): -15958772 or 818444. OLE color: 818444.
HSL color Cylindrical-coordinate representation of color #0C7D0C: hue angle of 120º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7D0C is Cyan = 0.90, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 12 | 125 | 12 | - |
| CMYK | 0.90 | 0 | 0.90 | 0.51 |
| HSL | 120º | 0.82% | 0.27% | - |
| HSV(B) | 120º | 0.9% | 0.49% | - |
| XYZ | 7.55 | 14.77 | 2.8 | - |
| YUV | 78.33 | 90.56 | 80.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 125 | 12 | 0.90 | 0 | 0.90 | 0.51 | 120 | 0.82 | 0.27 |
| Hex | C | 7D | C | 5A | 0 | 5A | 33 | 78 | 52 | 1B |
| Octal | 14 | 175 | 14 | 132 | 0 | 132 | 63 | 170 | 122 | 33 |
| Binary | 1100 | 1111101 | 1100 | 1011010 | 0 | 1011010 | 110011 | 1111000 | 1010010 | 11011 |
Color Harmonies of #0C7D0C
Complementary color
Monochromatic Colors of #0C7D0C
Black with #0C7D0C
Text Example
Text Example
White with #0C7D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7D0C; }
p { color: rgb(12,125,12); }
H1.HeaderClassName
{
color: #0C7D0C;
}
.AnyTagClassName
{
color: #0C7D0C;
}
</style>
background-color css
<style>
a { background-color: #0C7D0C; }
a { background-color: rgb(12,125,12); }
div.DivClassName
{
background-color: #0C7D0C;
}
.BgClassName
{
background-color: #0C7D0C;
}
</style>
border-color css
<style>
span { border-color: #0C7D0C; }
span { border-color: rgb(12,125,12); }
td.TdClassName
{
border-color: #0C7D0C;
}
.TagClassName
{
border-color: #0C7D0C;
}
</style>