Shades of Green #01660D
Tints of Green #01660D
RGB
CMYK
RGB Variations
Color information
#01660D (or 0x01660D) is known color: Green. HEX triplet: 01, 66 and 0D. RGB value is (1,102,13). Sum of RGB (Red+Green+Blue) = 1+102+13=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 102 (40.23% from 255 or 87.93% from 116); Blue value is 13 (5.47% from 255 or 11.21% from 116); Max value from RGB is 102 - color contains mainly: green. Hex color #01660D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01660D is #FE99F2. Grayscale: #3D3D3D. Windows color (decimal): -16685555 or 878081. OLE color: 878081.
HSL color Cylindrical-coordinate representation of color #01660D: hue angle of 127.13º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01660D is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 1 | 102 | 13 | - |
| CMYK | 0.99 | 0 | 0.87 | 0.6 |
| HSL | 127.13º | 0.98% | 0.2% | - |
| HSV(B) | 127.13º | 0.99% | 0.4% | - |
| XYZ | 4.84 | 9.54 | 1.97 | - |
| YUV | 61.66 | 100.54 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 102 | 13 | 0.99 | 0 | 0.87 | 0.6 | 127.13 | 0.98 | 0.2 |
| Hex | 1 | 66 | D | 63 | 0 | 57 | 3C | 7F | 62 | 14 |
| Octal | 1 | 146 | 15 | 143 | 0 | 127 | 74 | 177 | 142 | 24 |
| Binary | 1 | 1100110 | 1101 | 1100011 | 0 | 1010111 | 111100 | 1111111 | 1100010 | 10100 |
Color Harmonies of #01660D
Complementary color
Monochromatic Colors of #01660D
Black with #01660D
Text Example
Text Example
White with #01660D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01660D; }
p { color: rgb(1,102,13); }
H1.HeaderClassName
{
color: #01660D;
}
.AnyTagClassName
{
color: #01660D;
}
</style>
background-color css
<style>
a { background-color: #01660D; }
a { background-color: rgb(1,102,13); }
div.DivClassName
{
background-color: #01660D;
}
.BgClassName
{
background-color: #01660D;
}
</style>
border-color css
<style>
span { border-color: #01660D; }
span { border-color: rgb(1,102,13); }
td.TdClassName
{
border-color: #01660D;
}
.TagClassName
{
border-color: #01660D;
}
</style>