Shades of Green #10660D
Tints of Green #10660D
RGB
CMYK
RGB Variations
Color information
#10660D (or 0x10660D) is known color: Green. HEX triplet: 10, 66 and 0D. RGB value is (16,102,13). Sum of RGB (Red+Green+Blue) = 16+102+13=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 102 (40.23% from 255 or 77.86% from 131); Blue value is 13 (5.47% from 255 or 9.92% from 131); Max value from RGB is 102 - color contains mainly: green. Hex color #10660D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10660D is #EF99F2. Grayscale: #424242. Windows color (decimal): -15702515 or 878096. OLE color: 878096.
HSL color Cylindrical-coordinate representation of color #10660D: hue angle of 117.98º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10660D is Cyan = 0.84, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 16 | 102 | 13 | - |
| CMYK | 0.84 | 0 | 0.87 | 0.6 |
| HSL | 117.98º | 0.77% | 0.23% | - |
| HSV(B) | 117.98º | 0.87% | 0.4% | - |
| XYZ | 5.04 | 9.64 | 1.98 | - |
| YUV | 66.14 | 98.01 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 102 | 13 | 0.84 | 0 | 0.87 | 0.6 | 117.98 | 0.77 | 0.23 |
| Hex | 10 | 66 | D | 54 | 0 | 57 | 3C | 76 | 4D | 17 |
| Octal | 20 | 146 | 15 | 124 | 0 | 127 | 74 | 166 | 115 | 27 |
| Binary | 10000 | 1100110 | 1101 | 1010100 | 0 | 1010111 | 111100 | 1110110 | 1001101 | 10111 |
Color Harmonies of #10660D
Complementary color
Monochromatic Colors of #10660D
Black with #10660D
Text Example
Text Example
White with #10660D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10660D; }
p { color: rgb(16,102,13); }
H1.HeaderClassName
{
color: #10660D;
}
.AnyTagClassName
{
color: #10660D;
}
</style>
background-color css
<style>
a { background-color: #10660D; }
a { background-color: rgb(16,102,13); }
div.DivClassName
{
background-color: #10660D;
}
.BgClassName
{
background-color: #10660D;
}
</style>
border-color css
<style>
span { border-color: #10660D; }
span { border-color: rgb(16,102,13); }
td.TdClassName
{
border-color: #10660D;
}
.TagClassName
{
border-color: #10660D;
}
</style>