Shades of Green #107210
Tints of Green #107210
RGB
CMYK
RGB Variations
Color information
#107210 (or 0x107210) is known color: Green. HEX triplet: 10, 72 and 10. RGB value is (16,114,16). Sum of RGB (Red+Green+Blue) = 16+114+16=146 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.96% from 146); Green value is 114 (44.92% from 255 or 78.08% from 146); Blue value is 16 (6.64% from 255 or 10.96% from 146); Max value from RGB is 114 - color contains mainly: green. Hex color #107210 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #107210 is #EF8DEF. Grayscale: #494949. Windows color (decimal): -15699440 or 1077776. OLE color: 1077776.
HSL color Cylindrical-coordinate representation of color #107210: hue angle of 120º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107210 is Cyan = 0.86, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 114 | 16 | - |
| CMYK | 0.86 | 0 | 0.86 | 0.55 |
| HSL | 120º | 0.75% | 0.25% | - |
| HSV(B) | 120º | 0.86% | 0.45% | - |
| XYZ | 6.32 | 12.18 | 2.51 | - |
| YUV | 73.53 | 95.53 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 114 | 16 | 0.86 | 0 | 0.86 | 0.55 | 120 | 0.75 | 0.25 |
| Hex | 10 | 72 | 10 | 56 | 0 | 56 | 37 | 78 | 4B | 19 |
| Octal | 20 | 162 | 20 | 126 | 0 | 126 | 67 | 170 | 113 | 31 |
| Binary | 10000 | 1110010 | 10000 | 1010110 | 0 | 1010110 | 110111 | 1111000 | 1001011 | 11001 |
Color Harmonies of #107210
Complementary color
Monochromatic Colors of #107210
Black with #107210
Text Example
Text Example
White with #107210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107210; }
p { color: rgb(16,114,16); }
H1.HeaderClassName
{
color: #107210;
}
.AnyTagClassName
{
color: #107210;
}
</style>
background-color css
<style>
a { background-color: #107210; }
a { background-color: rgb(16,114,16); }
div.DivClassName
{
background-color: #107210;
}
.BgClassName
{
background-color: #107210;
}
</style>
border-color css
<style>
span { border-color: #107210; }
span { border-color: rgb(16,114,16); }
td.TdClassName
{
border-color: #107210;
}
.TagClassName
{
border-color: #107210;
}
</style>