Shades of Green #106715
Tints of Green #106715
RGB
CMYK
RGB Variations
Color information
#106715 (or 0x106715) is known color: Green. HEX triplet: 10, 67 and 15. RGB value is (16,103,21). Sum of RGB (Red+Green+Blue) = 16+103+21=140 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.43% from 140); Green value is 103 (40.62% from 255 or 73.57% from 140); Blue value is 21 (8.59% from 255 or 15% from 140); Max value from RGB is 103 - color contains mainly: green. Hex color #106715 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106715 is #EF98EA. Grayscale: #434343. Windows color (decimal): -15702251 or 1402640. OLE color: 1402640.
HSL color Cylindrical-coordinate representation of color #106715: hue angle of 123.45º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106715 is Cyan = 0.84, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 16 | 103 | 21 | - |
| CMYK | 0.84 | 0 | 0.80 | 0.60 |
| HSL | 123.45º | 0.73% | 0.23% | - |
| HSV(B) | 123.45º | 0.84% | 0.4% | - |
| XYZ | 5.2 | 9.86 | 2.34 | - |
| YUV | 67.64 | 101.68 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 103 | 21 | 0.84 | 0 | 0.80 | 0.60 | 123.45 | 0.73 | 0.23 |
| Hex | 10 | 67 | 15 | 54 | 0 | 50 | 3C | 7B | 49 | 17 |
| Octal | 20 | 147 | 25 | 124 | 0 | 120 | 74 | 173 | 111 | 27 |
| Binary | 10000 | 1100111 | 10101 | 1010100 | 0 | 1010000 | 111100 | 1111011 | 1001001 | 10111 |
Color Harmonies of #106715
Complementary color
Monochromatic Colors of #106715
Black with #106715
Text Example
Text Example
White with #106715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106715; }
p { color: rgb(16,103,21); }
H1.HeaderClassName
{
color: #106715;
}
.AnyTagClassName
{
color: #106715;
}
</style>
background-color css
<style>
a { background-color: #106715; }
a { background-color: rgb(16,103,21); }
div.DivClassName
{
background-color: #106715;
}
.BgClassName
{
background-color: #106715;
}
</style>
border-color css
<style>
span { border-color: #106715; }
span { border-color: rgb(16,103,21); }
td.TdClassName
{
border-color: #106715;
}
.TagClassName
{
border-color: #106715;
}
</style>