Shades of Green #106608
Tints of Green #106608
RGB
CMYK
RGB Variations
Color information
#106608 (or 0x106608) is known color: Green. HEX triplet: 10, 66 and 08. RGB value is (16,102,8). Sum of RGB (Red+Green+Blue) = 16+102+8=126 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.70% from 126); Green value is 102 (40.23% from 255 or 80.95% from 126); Blue value is 8 (3.52% from 255 or 6.35% from 126); Max value from RGB is 102 - color contains mainly: green. Hex color #106608 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106608 is #EF99F7. Grayscale: #414141. Windows color (decimal): -15702520 or 550416. OLE color: 550416.
HSL color Cylindrical-coordinate representation of color #106608: hue angle of 114.89º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #106608 is Cyan = 0.84, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 16 | 102 | 8 | - |
| CMYK | 0.84 | 0 | 0.92 | 0.6 |
| HSL | 114.89º | 0.85% | 0.22% | - |
| HSV(B) | 114.89º | 0.92% | 0.4% | - |
| XYZ | 5.01 | 9.63 | 1.82 | - |
| YUV | 65.57 | 95.51 | 92.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 102 | 8 | 0.84 | 0 | 0.92 | 0.6 | 114.89 | 0.85 | 0.22 |
| Hex | 10 | 66 | 8 | 54 | 0 | 5C | 3C | 73 | 55 | 16 |
| Octal | 20 | 146 | 10 | 124 | 0 | 134 | 74 | 163 | 125 | 26 |
| Binary | 10000 | 1100110 | 1000 | 1010100 | 0 | 1011100 | 111100 | 1110011 | 1010101 | 10110 |
Color Harmonies of #106608
Complementary color
Monochromatic Colors of #106608
Black with #106608
Text Example
Text Example
White with #106608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106608; }
p { color: rgb(16,102,8); }
H1.HeaderClassName
{
color: #106608;
}
.AnyTagClassName
{
color: #106608;
}
</style>
background-color css
<style>
a { background-color: #106608; }
a { background-color: rgb(16,102,8); }
div.DivClassName
{
background-color: #106608;
}
.BgClassName
{
background-color: #106608;
}
</style>
border-color css
<style>
span { border-color: #106608; }
span { border-color: rgb(16,102,8); }
td.TdClassName
{
border-color: #106608;
}
.TagClassName
{
border-color: #106608;
}
</style>