Shades of Green #10660A
Tints of Green #10660A
RGB
CMYK
RGB Variations
Color information
#10660A (or 0x10660A) is known color: Green. HEX triplet: 10, 66 and 0A. RGB value is (16,102,10). Sum of RGB (Red+Green+Blue) = 16+102+10=128 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.5% from 128); Green value is 102 (40.23% from 255 or 79.69% from 128); Blue value is 10 (4.30% from 255 or 7.81% from 128); Max value from RGB is 102 - color contains mainly: green. Hex color #10660A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10660A is #EF99F5. Grayscale: #424242. Windows color (decimal): -15702518 or 681488. OLE color: 681488.
HSL color Cylindrical-coordinate representation of color #10660A: hue angle of 116.09º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10660A is Cyan = 0.84, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 16 | 102 | 10 | - |
| CMYK | 0.84 | 0 | 0.90 | 0.6 |
| HSL | 116.09º | 0.82% | 0.22% | - |
| HSV(B) | 116.09º | 0.9% | 0.4% | - |
| XYZ | 5.02 | 9.63 | 1.88 | - |
| YUV | 65.8 | 96.51 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 102 | 10 | 0.84 | 0 | 0.90 | 0.6 | 116.09 | 0.82 | 0.22 |
| Hex | 10 | 66 | A | 54 | 0 | 5A | 3C | 74 | 52 | 16 |
| Octal | 20 | 146 | 12 | 124 | 0 | 132 | 74 | 164 | 122 | 26 |
| Binary | 10000 | 1100110 | 1010 | 1010100 | 0 | 1011010 | 111100 | 1110100 | 1010010 | 10110 |
Color Harmonies of #10660A
Complementary color
Monochromatic Colors of #10660A
Black with #10660A
Text Example
Text Example
White with #10660A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10660A; }
p { color: rgb(16,102,10); }
H1.HeaderClassName
{
color: #10660A;
}
.AnyTagClassName
{
color: #10660A;
}
</style>
background-color css
<style>
a { background-color: #10660A; }
a { background-color: rgb(16,102,10); }
div.DivClassName
{
background-color: #10660A;
}
.BgClassName
{
background-color: #10660A;
}
</style>
border-color css
<style>
span { border-color: #10660A; }
span { border-color: rgb(16,102,10); }
td.TdClassName
{
border-color: #10660A;
}
.TagClassName
{
border-color: #10660A;
}
</style>