Shades of Green #107C0B
Tints of Green #107C0B
RGB
CMYK
RGB Variations
Color information
#107C0B (or 0x107C0B) is known color: Green. HEX triplet: 10, 7C and 0B. RGB value is (16,124,11). Sum of RGB (Red+Green+Blue) = 16+124+11=151 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.60% from 151); Green value is 124 (48.83% from 255 or 82.12% from 151); Blue value is 11 (4.69% from 255 or 7.28% from 151); Max value from RGB is 124 - color contains mainly: green. Hex color #107C0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #107C0B is #EF83F4. Grayscale: #4F4F4F. Windows color (decimal): -15696885 or 752656. OLE color: 752656.
HSL color Cylindrical-coordinate representation of color #107C0B: hue angle of 117.35º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #107C0B is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 16 | 124 | 11 | - |
| CMYK | 0.87 | 0 | 0.91 | 0.51 |
| HSL | 117.35º | 0.84% | 0.26% | - |
| HSV(B) | 117.35º | 0.91% | 0.49% | - |
| XYZ | 7.48 | 14.55 | 2.73 | - |
| YUV | 78.83 | 89.72 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 124 | 11 | 0.87 | 0 | 0.91 | 0.51 | 117.35 | 0.84 | 0.26 |
| Hex | 10 | 7C | B | 57 | 0 | 5B | 33 | 75 | 54 | 1A |
| Octal | 20 | 174 | 13 | 127 | 0 | 133 | 63 | 165 | 124 | 32 |
| Binary | 10000 | 1111100 | 1011 | 1010111 | 0 | 1011011 | 110011 | 1110101 | 1010100 | 11010 |
Color Harmonies of #107C0B
Complementary color
Monochromatic Colors of #107C0B
Black with #107C0B
Text Example
Text Example
White with #107C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107C0B; }
p { color: rgb(16,124,11); }
H1.HeaderClassName
{
color: #107C0B;
}
.AnyTagClassName
{
color: #107C0B;
}
</style>
background-color css
<style>
a { background-color: #107C0B; }
a { background-color: rgb(16,124,11); }
div.DivClassName
{
background-color: #107C0B;
}
.BgClassName
{
background-color: #107C0B;
}
</style>
border-color css
<style>
span { border-color: #107C0B; }
span { border-color: rgb(16,124,11); }
td.TdClassName
{
border-color: #107C0B;
}
.TagClassName
{
border-color: #107C0B;
}
</style>