Shades of Green #0C7D07
Tints of Green #0C7D07
RGB
CMYK
RGB Variations
Color information
#0C7D07 (or 0x0C7D07) is known color: Green. HEX triplet: 0C, 7D and 07. RGB value is (12,125,7). Sum of RGB (Red+Green+Blue) = 12+125+7=144 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.33% from 144); Green value is 125 (49.22% from 255 or 86.81% from 144); Blue value is 7 (3.12% from 255 or 4.86% from 144); Max value from RGB is 125 - color contains mainly: green. Hex color #0C7D07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C7D07 is #F382F8. Grayscale: #4E4E4E. Windows color (decimal): -15958777 or 490764. OLE color: 490764.
HSL color Cylindrical-coordinate representation of color #0C7D07: hue angle of 117.46º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C7D07 is Cyan = 0.90, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 12 | 125 | 7 | - |
| CMYK | 0.90 | 0 | 0.94 | 0.51 |
| HSL | 117.46º | 0.89% | 0.26% | - |
| HSV(B) | 117.46º | 0.94% | 0.49% | - |
| XYZ | 7.52 | 14.76 | 2.65 | - |
| YUV | 77.76 | 88.06 | 81.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 125 | 7 | 0.90 | 0 | 0.94 | 0.51 | 117.46 | 0.89 | 0.26 |
| Hex | C | 7D | 7 | 5A | 0 | 5E | 33 | 75 | 59 | 1A |
| Octal | 14 | 175 | 7 | 132 | 0 | 136 | 63 | 165 | 131 | 32 |
| Binary | 1100 | 1111101 | 111 | 1011010 | 0 | 1011110 | 110011 | 1110101 | 1011001 | 11010 |
Color Harmonies of #0C7D07
Complementary color
Monochromatic Colors of #0C7D07
Black with #0C7D07
Text Example
Text Example
White with #0C7D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7D07; }
p { color: rgb(12,125,7); }
H1.HeaderClassName
{
color: #0C7D07;
}
.AnyTagClassName
{
color: #0C7D07;
}
</style>
background-color css
<style>
a { background-color: #0C7D07; }
a { background-color: rgb(12,125,7); }
div.DivClassName
{
background-color: #0C7D07;
}
.BgClassName
{
background-color: #0C7D07;
}
</style>
border-color css
<style>
span { border-color: #0C7D07; }
span { border-color: rgb(12,125,7); }
td.TdClassName
{
border-color: #0C7D07;
}
.TagClassName
{
border-color: #0C7D07;
}
</style>