Shades of Green #106508
Tints of Green #106508
RGB
CMYK
RGB Variations
Color information
#106508 (or 0x106508) is known color: Green. HEX triplet: 10, 65 and 08. RGB value is (16,101,8). Sum of RGB (Red+Green+Blue) = 16+101+8=125 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.8% from 125); Green value is 101 (39.84% from 255 or 80.8% from 125); Blue value is 8 (3.52% from 255 or 6.4% from 125); Max value from RGB is 101 - color contains mainly: green. Hex color #106508 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106508 is #EF9AF7. Grayscale: #414141. Windows color (decimal): -15702776 or 550160. OLE color: 550160.
HSL color Cylindrical-coordinate representation of color #106508: hue angle of 114.84º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #106508 is Cyan = 0.84, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 16 | 101 | 8 | - |
| CMYK | 0.84 | 0 | 0.92 | 0.60 |
| HSL | 114.84º | 0.85% | 0.21% | - |
| HSV(B) | 114.84º | 0.92% | 0.4% | - |
| XYZ | 4.91 | 9.44 | 1.79 | - |
| YUV | 64.98 | 95.84 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 101 | 8 | 0.84 | 0 | 0.92 | 0.60 | 114.84 | 0.85 | 0.21 |
| Hex | 10 | 65 | 8 | 54 | 0 | 5C | 3C | 73 | 55 | 15 |
| Octal | 20 | 145 | 10 | 124 | 0 | 134 | 74 | 163 | 125 | 25 |
| Binary | 10000 | 1100101 | 1000 | 1010100 | 0 | 1011100 | 111100 | 1110011 | 1010101 | 10101 |
Color Harmonies of #106508
Complementary color
Monochromatic Colors of #106508
Black with #106508
Text Example
Text Example
White with #106508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106508; }
p { color: rgb(16,101,8); }
H1.HeaderClassName
{
color: #106508;
}
.AnyTagClassName
{
color: #106508;
}
</style>
background-color css
<style>
a { background-color: #106508; }
a { background-color: rgb(16,101,8); }
div.DivClassName
{
background-color: #106508;
}
.BgClassName
{
background-color: #106508;
}
</style>
border-color css
<style>
span { border-color: #106508; }
span { border-color: rgb(16,101,8); }
td.TdClassName
{
border-color: #106508;
}
.TagClassName
{
border-color: #106508;
}
</style>