Shades of Green #105E07
Tints of Green #105E07
RGB
CMYK
RGB Variations
Color information
#105E07 (or 0x105E07) is known color: Green. HEX triplet: 10, 5E and 07. RGB value is (16,94,7). Sum of RGB (Red+Green+Blue) = 16+94+7=117 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.68% from 117); Green value is 94 (37.11% from 255 or 80.34% from 117); Blue value is 7 (3.12% from 255 or 5.98% from 117); Max value from RGB is 94 - color contains mainly: green. Hex color #105E07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #105E07 is #EFA1F8. Grayscale: #3D3D3D. Windows color (decimal): -15704569 or 482832. OLE color: 482832.
HSL color Cylindrical-coordinate representation of color #105E07: hue angle of 113.79º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #105E07 is Cyan = 0.83, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 16 | 94 | 7 | - |
| CMYK | 0.83 | 0 | 0.93 | 0.63 |
| HSL | 113.79º | 0.86% | 0.2% | - |
| HSV(B) | 113.79º | 0.93% | 0.37% | - |
| XYZ | 4.25 | 8.13 | 1.55 | - |
| YUV | 60.76 | 97.66 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 94 | 7 | 0.83 | 0 | 0.93 | 0.63 | 113.79 | 0.86 | 0.2 |
| Hex | 10 | 5E | 7 | 53 | 0 | 5D | 3F | 72 | 56 | 14 |
| Octal | 20 | 136 | 7 | 123 | 0 | 135 | 77 | 162 | 126 | 24 |
| Binary | 10000 | 1011110 | 111 | 1010011 | 0 | 1011101 | 111111 | 1110010 | 1010110 | 10100 |
Color Harmonies of #105E07
Complementary color
Monochromatic Colors of #105E07
Black with #105E07
Text Example
Text Example
White with #105E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105E07; }
p { color: rgb(16,94,7); }
H1.HeaderClassName
{
color: #105E07;
}
.AnyTagClassName
{
color: #105E07;
}
</style>
background-color css
<style>
a { background-color: #105E07; }
a { background-color: rgb(16,94,7); }
div.DivClassName
{
background-color: #105E07;
}
.BgClassName
{
background-color: #105E07;
}
</style>
border-color css
<style>
span { border-color: #105E07; }
span { border-color: rgb(16,94,7); }
td.TdClassName
{
border-color: #105E07;
}
.TagClassName
{
border-color: #105E07;
}
</style>