Shades of Green #107C0A
Tints of Green #107C0A
RGB
CMYK
RGB Variations
Color information
#107C0A (or 0x107C0A) is known color: Green. HEX triplet: 10, 7C and 0A. RGB value is (16,124,10). Sum of RGB (Red+Green+Blue) = 16+124+10=150 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.67% from 150); Green value is 124 (48.83% from 255 or 82.67% from 150); Blue value is 10 (4.30% from 255 or 6.67% from 150); Max value from RGB is 124 - color contains mainly: green. Hex color #107C0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #107C0A is #EF83F5. Grayscale: #4F4F4F. Windows color (decimal): -15696886 or 687120. OLE color: 687120.
HSL color Cylindrical-coordinate representation of color #107C0A: hue angle of 116.84º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #107C0A is Cyan = 0.87, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 16 | 124 | 10 | - |
| CMYK | 0.87 | 0 | 0.92 | 0.51 |
| HSL | 116.84º | 0.85% | 0.26% | - |
| HSV(B) | 116.84º | 0.92% | 0.49% | - |
| XYZ | 7.48 | 14.55 | 2.7 | - |
| YUV | 78.71 | 89.22 | 83.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 124 | 10 | 0.87 | 0 | 0.92 | 0.51 | 116.84 | 0.85 | 0.26 |
| Hex | 10 | 7C | A | 57 | 0 | 5C | 33 | 75 | 55 | 1A |
| Octal | 20 | 174 | 12 | 127 | 0 | 134 | 63 | 165 | 125 | 32 |
| Binary | 10000 | 1111100 | 1010 | 1010111 | 0 | 1011100 | 110011 | 1110101 | 1010101 | 11010 |
Color Harmonies of #107C0A
Complementary color
Monochromatic Colors of #107C0A
Black with #107C0A
Text Example
Text Example
White with #107C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107C0A; }
p { color: rgb(16,124,10); }
H1.HeaderClassName
{
color: #107C0A;
}
.AnyTagClassName
{
color: #107C0A;
}
</style>
background-color css
<style>
a { background-color: #107C0A; }
a { background-color: rgb(16,124,10); }
div.DivClassName
{
background-color: #107C0A;
}
.BgClassName
{
background-color: #107C0A;
}
</style>
border-color css
<style>
span { border-color: #107C0A; }
span { border-color: rgb(16,124,10); }
td.TdClassName
{
border-color: #107C0A;
}
.TagClassName
{
border-color: #107C0A;
}
</style>