Shades of Green #107405
Tints of Green #107405
RGB
CMYK
RGB Variations
Color information
#107405 (or 0x107405) is known color: Green. HEX triplet: 10, 74 and 05. RGB value is (16,116,5). Sum of RGB (Red+Green+Blue) = 16+116+5=137 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.68% from 137); Green value is 116 (45.70% from 255 or 84.67% from 137); Blue value is 5 (2.34% from 255 or 3.65% from 137); Max value from RGB is 116 - color contains mainly: green. Hex color #107405 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #107405 is #EF8BFA. Grayscale: #494949. Windows color (decimal): -15698939 or 357392. OLE color: 357392.
HSL color Cylindrical-coordinate representation of color #107405: hue angle of 114.05º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #107405 is Cyan = 0.86, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 116 | 5 | - |
| CMYK | 0.86 | 0 | 0.96 | 0.55 |
| HSL | 114.05º | 0.92% | 0.24% | - |
| HSV(B) | 114.05º | 0.96% | 0.45% | - |
| XYZ | 6.49 | 12.61 | 2.24 | - |
| YUV | 73.45 | 89.37 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 116 | 5 | 0.86 | 0 | 0.96 | 0.55 | 114.05 | 0.92 | 0.24 |
| Hex | 10 | 74 | 5 | 56 | 0 | 60 | 37 | 72 | 5C | 18 |
| Octal | 20 | 164 | 5 | 126 | 0 | 140 | 67 | 162 | 134 | 30 |
| Binary | 10000 | 1110100 | 101 | 1010110 | 0 | 1100000 | 110111 | 1110010 | 1011100 | 11000 |
Color Harmonies of #107405
Complementary color
Monochromatic Colors of #107405
Black with #107405
Text Example
Text Example
White with #107405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107405; }
p { color: rgb(16,116,5); }
H1.HeaderClassName
{
color: #107405;
}
.AnyTagClassName
{
color: #107405;
}
</style>
background-color css
<style>
a { background-color: #107405; }
a { background-color: rgb(16,116,5); }
div.DivClassName
{
background-color: #107405;
}
.BgClassName
{
background-color: #107405;
}
</style>
border-color css
<style>
span { border-color: #107405; }
span { border-color: rgb(16,116,5); }
td.TdClassName
{
border-color: #107405;
}
.TagClassName
{
border-color: #107405;
}
</style>