Shades of Green #107502
Tints of Green #107502
RGB
CMYK
RGB Variations
Color information
#107502 (or 0x107502) is known color: Green. HEX triplet: 10, 75 and 02. RGB value is (16,117,2). Sum of RGB (Red+Green+Blue) = 16+117+2=135 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.85% from 135); Green value is 117 (46.09% from 255 or 86.67% from 135); Blue value is 2 (1.17% from 255 or 1.48% from 135); Max value from RGB is 117 - color contains mainly: green. Hex color #107502 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #107502 is #EF8AFD. Grayscale: #4A4A4A. Windows color (decimal): -15698686 or 161040. OLE color: 161040.
HSL color Cylindrical-coordinate representation of color #107502: hue angle of 112.7º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #107502 is Cyan = 0.86, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 16 | 117 | 2 | - |
| CMYK | 0.86 | 0 | 0.98 | 0.54 |
| HSL | 112.7º | 0.97% | 0.23% | - |
| HSV(B) | 112.7º | 0.98% | 0.46% | - |
| XYZ | 6.59 | 12.84 | 2.19 | - |
| YUV | 73.69 | 87.54 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 117 | 2 | 0.86 | 0 | 0.98 | 0.54 | 112.7 | 0.97 | 0.23 |
| Hex | 10 | 75 | 2 | 56 | 0 | 62 | 36 | 71 | 61 | 17 |
| Octal | 20 | 165 | 2 | 126 | 0 | 142 | 66 | 161 | 141 | 27 |
| Binary | 10000 | 1110101 | 10 | 1010110 | 0 | 1100010 | 110110 | 1110001 | 1100001 | 10111 |
Color Harmonies of #107502
Complementary color
Monochromatic Colors of #107502
Black with #107502
Text Example
Text Example
White with #107502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107502; }
p { color: rgb(16,117,2); }
H1.HeaderClassName
{
color: #107502;
}
.AnyTagClassName
{
color: #107502;
}
</style>
background-color css
<style>
a { background-color: #107502; }
a { background-color: rgb(16,117,2); }
div.DivClassName
{
background-color: #107502;
}
.BgClassName
{
background-color: #107502;
}
</style>
border-color css
<style>
span { border-color: #107502; }
span { border-color: rgb(16,117,2); }
td.TdClassName
{
border-color: #107502;
}
.TagClassName
{
border-color: #107502;
}
</style>