Shades of Green #106502
Tints of Green #106502
RGB
CMYK
RGB Variations
Color information
#106502 (or 0x106502) is known color: Green. HEX triplet: 10, 65 and 02. RGB value is (16,101,2). Sum of RGB (Red+Green+Blue) = 16+101+2=119 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.45% from 119); Green value is 101 (39.84% from 255 or 84.87% from 119); Blue value is 2 (1.17% from 255 or 1.68% from 119); Max value from RGB is 101 - color contains mainly: green. Hex color #106502 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106502 is #EF9AFD. Grayscale: #404040. Windows color (decimal): -15702782 or 156944. OLE color: 156944.
HSL color Cylindrical-coordinate representation of color #106502: hue angle of 111.52º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #106502 is Cyan = 0.84, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 16 | 101 | 2 | - |
| CMYK | 0.84 | 0 | 0.98 | 0.60 |
| HSL | 111.52º | 0.96% | 0.2% | - |
| HSV(B) | 111.52º | 0.98% | 0.4% | - |
| XYZ | 4.88 | 9.42 | 1.62 | - |
| YUV | 64.3 | 92.84 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 101 | 2 | 0.84 | 0 | 0.98 | 0.60 | 111.52 | 0.96 | 0.2 |
| Hex | 10 | 65 | 2 | 54 | 0 | 62 | 3C | 70 | 60 | 14 |
| Octal | 20 | 145 | 2 | 124 | 0 | 142 | 74 | 160 | 140 | 24 |
| Binary | 10000 | 1100101 | 10 | 1010100 | 0 | 1100010 | 111100 | 1110000 | 1100000 | 10100 |
Color Harmonies of #106502
Complementary color
Monochromatic Colors of #106502
Black with #106502
Text Example
Text Example
White with #106502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106502; }
p { color: rgb(16,101,2); }
H1.HeaderClassName
{
color: #106502;
}
.AnyTagClassName
{
color: #106502;
}
</style>
background-color css
<style>
a { background-color: #106502; }
a { background-color: rgb(16,101,2); }
div.DivClassName
{
background-color: #106502;
}
.BgClassName
{
background-color: #106502;
}
</style>
border-color css
<style>
span { border-color: #106502; }
span { border-color: rgb(16,101,2); }
td.TdClassName
{
border-color: #106502;
}
.TagClassName
{
border-color: #106502;
}
</style>