Shades of Green #0C750F
Tints of Green #0C750F
RGB
CMYK
RGB Variations
Color information
#0C750F (or 0x0C750F) is known color: Green. HEX triplet: 0C, 75 and 0F. RGB value is (12,117,15). Sum of RGB (Red+Green+Blue) = 12+117+15=144 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.33% from 144); Green value is 117 (46.09% from 255 or 81.25% from 144); Blue value is 15 (6.25% from 255 or 10.42% from 144); Max value from RGB is 117 - color contains mainly: green. Hex color #0C750F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C750F is #F38AF0. Grayscale: #4A4A4A. Windows color (decimal): -15960817 or 1013004. OLE color: 1013004.
HSL color Cylindrical-coordinate representation of color #0C750F: hue angle of 121.71º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C750F is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 12 | 117 | 15 | - |
| CMYK | 0.90 | 0 | 0.87 | 0.54 |
| HSL | 121.71º | 0.81% | 0.25% | - |
| HSV(B) | 121.71º | 0.9% | 0.46% | - |
| XYZ | 6.6 | 12.84 | 2.58 | - |
| YUV | 73.98 | 94.71 | 83.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 117 | 15 | 0.90 | 0 | 0.87 | 0.54 | 121.71 | 0.81 | 0.25 |
| Hex | C | 75 | F | 5A | 0 | 57 | 36 | 7A | 51 | 19 |
| Octal | 14 | 165 | 17 | 132 | 0 | 127 | 66 | 172 | 121 | 31 |
| Binary | 1100 | 1110101 | 1111 | 1011010 | 0 | 1010111 | 110110 | 1111010 | 1010001 | 11001 |
Color Harmonies of #0C750F
Complementary color
Monochromatic Colors of #0C750F
Black with #0C750F
Text Example
Text Example
White with #0C750F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C750F; }
p { color: rgb(12,117,15); }
H1.HeaderClassName
{
color: #0C750F;
}
.AnyTagClassName
{
color: #0C750F;
}
</style>
background-color css
<style>
a { background-color: #0C750F; }
a { background-color: rgb(12,117,15); }
div.DivClassName
{
background-color: #0C750F;
}
.BgClassName
{
background-color: #0C750F;
}
</style>
border-color css
<style>
span { border-color: #0C750F; }
span { border-color: rgb(12,117,15); }
td.TdClassName
{
border-color: #0C750F;
}
.TagClassName
{
border-color: #0C750F;
}
</style>