Shades of Green #0C7F0D
Tints of Green #0C7F0D
RGB
CMYK
RGB Variations
Color information
#0C7F0D (or 0x0C7F0D) is known color: Green. HEX triplet: 0C, 7F and 0D. RGB value is (12,127,13). Sum of RGB (Red+Green+Blue) = 12+127+13=152 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.89% from 152); Green value is 127 (50% from 255 or 83.55% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 127 - color contains mainly: green. Hex color #0C7F0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C7F0D is #F380F2. Grayscale: #4F4F4F. Windows color (decimal): -15958259 or 884492. OLE color: 884492.
HSL color Cylindrical-coordinate representation of color #0C7F0D: hue angle of 120.52º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C7F0D is Cyan = 0.91, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 12 | 127 | 13 | - |
| CMYK | 0.91 | 0 | 0.90 | 0.50 |
| HSL | 120.52º | 0.83% | 0.27% | - |
| HSV(B) | 120.52º | 0.91% | 0.5% | - |
| XYZ | 7.81 | 15.29 | 2.92 | - |
| YUV | 79.62 | 90.4 | 79.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 127 | 13 | 0.91 | 0 | 0.90 | 0.50 | 120.52 | 0.83 | 0.27 |
| Hex | C | 7F | D | 5B | 0 | 5A | 32 | 79 | 53 | 1B |
| Octal | 14 | 177 | 15 | 133 | 0 | 132 | 62 | 171 | 123 | 33 |
| Binary | 1100 | 1111111 | 1101 | 1011011 | 0 | 1011010 | 110010 | 1111001 | 1010011 | 11011 |
Color Harmonies of #0C7F0D
Complementary color
Monochromatic Colors of #0C7F0D
Black with #0C7F0D
Text Example
Text Example
White with #0C7F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7F0D; }
p { color: rgb(12,127,13); }
H1.HeaderClassName
{
color: #0C7F0D;
}
.AnyTagClassName
{
color: #0C7F0D;
}
</style>
background-color css
<style>
a { background-color: #0C7F0D; }
a { background-color: rgb(12,127,13); }
div.DivClassName
{
background-color: #0C7F0D;
}
.BgClassName
{
background-color: #0C7F0D;
}
</style>
border-color css
<style>
span { border-color: #0C7F0D; }
span { border-color: rgb(12,127,13); }
td.TdClassName
{
border-color: #0C7F0D;
}
.TagClassName
{
border-color: #0C7F0D;
}
</style>