Shades of Green #107202
Tints of Green #107202
RGB
CMYK
RGB Variations
Color information
#107202 (or 0x107202) is known color: Green. HEX triplet: 10, 72 and 02. RGB value is (16,114,2). Sum of RGB (Red+Green+Blue) = 16+114+2=132 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.12% from 132); Green value is 114 (44.92% from 255 or 86.36% from 132); Blue value is 2 (1.17% from 255 or 1.52% from 132); Max value from RGB is 114 - color contains mainly: green. Hex color #107202 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #107202 is #EF8DFD. Grayscale: #484848. Windows color (decimal): -15699454 or 160272. OLE color: 160272.
HSL color Cylindrical-coordinate representation of color #107202: hue angle of 112.5º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #107202 is Cyan = 0.86, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 114 | 2 | - |
| CMYK | 0.86 | 0 | 0.98 | 0.55 |
| HSL | 112.5º | 0.97% | 0.23% | - |
| HSV(B) | 112.5º | 0.98% | 0.45% | - |
| XYZ | 6.24 | 12.15 | 2.07 | - |
| YUV | 71.93 | 88.53 | 88.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 114 | 2 | 0.86 | 0 | 0.98 | 0.55 | 112.5 | 0.97 | 0.23 |
| Hex | 10 | 72 | 2 | 56 | 0 | 62 | 37 | 70 | 61 | 17 |
| Octal | 20 | 162 | 2 | 126 | 0 | 142 | 67 | 160 | 141 | 27 |
| Binary | 10000 | 1110010 | 10 | 1010110 | 0 | 1100010 | 110111 | 1110000 | 1100001 | 10111 |
Color Harmonies of #107202
Complementary color
Monochromatic Colors of #107202
Black with #107202
Text Example
Text Example
White with #107202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107202; }
p { color: rgb(16,114,2); }
H1.HeaderClassName
{
color: #107202;
}
.AnyTagClassName
{
color: #107202;
}
</style>
background-color css
<style>
a { background-color: #107202; }
a { background-color: rgb(16,114,2); }
div.DivClassName
{
background-color: #107202;
}
.BgClassName
{
background-color: #107202;
}
</style>
border-color css
<style>
span { border-color: #107202; }
span { border-color: rgb(16,114,2); }
td.TdClassName
{
border-color: #107202;
}
.TagClassName
{
border-color: #107202;
}
</style>