Shades of Green #10660C
Tints of Green #10660C
RGB
CMYK
RGB Variations
Color information
#10660C (or 0x10660C) is known color: Green. HEX triplet: 10, 66 and 0C. RGB value is (16,102,12). Sum of RGB (Red+Green+Blue) = 16+102+12=130 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.31% from 130); Green value is 102 (40.23% from 255 or 78.46% from 130); Blue value is 12 (5.08% from 255 or 9.23% from 130); Max value from RGB is 102 - color contains mainly: green. Hex color #10660C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10660C is #EF99F3. Grayscale: #424242. Windows color (decimal): -15702516 or 812560. OLE color: 812560.
HSL color Cylindrical-coordinate representation of color #10660C: hue angle of 117.33º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10660C is Cyan = 0.84, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 16 | 102 | 12 | - |
| CMYK | 0.84 | 0 | 0.88 | 0.6 |
| HSL | 117.33º | 0.79% | 0.22% | - |
| HSV(B) | 117.33º | 0.88% | 0.4% | - |
| XYZ | 5.03 | 9.64 | 1.94 | - |
| YUV | 66.03 | 97.51 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 102 | 12 | 0.84 | 0 | 0.88 | 0.6 | 117.33 | 0.79 | 0.22 |
| Hex | 10 | 66 | C | 54 | 0 | 58 | 3C | 75 | 4F | 16 |
| Octal | 20 | 146 | 14 | 124 | 0 | 130 | 74 | 165 | 117 | 26 |
| Binary | 10000 | 1100110 | 1100 | 1010100 | 0 | 1011000 | 111100 | 1110101 | 1001111 | 10110 |
Color Harmonies of #10660C
Complementary color
Monochromatic Colors of #10660C
Black with #10660C
Text Example
Text Example
White with #10660C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10660C; }
p { color: rgb(16,102,12); }
H1.HeaderClassName
{
color: #10660C;
}
.AnyTagClassName
{
color: #10660C;
}
</style>
background-color css
<style>
a { background-color: #10660C; }
a { background-color: rgb(16,102,12); }
div.DivClassName
{
background-color: #10660C;
}
.BgClassName
{
background-color: #10660C;
}
</style>
border-color css
<style>
span { border-color: #10660C; }
span { border-color: rgb(16,102,12); }
td.TdClassName
{
border-color: #10660C;
}
.TagClassName
{
border-color: #10660C;
}
</style>