Shades of Green #01660B
Tints of Green #01660B
RGB
CMYK
RGB Variations
Color information
#01660B (or 0x01660B) is known color: Green. HEX triplet: 01, 66 and 0B. RGB value is (1,102,11). Sum of RGB (Red+Green+Blue) = 1+102+11=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 102 (40.23% from 255 or 89.47% from 114); Blue value is 11 (4.69% from 255 or 9.65% from 114); Max value from RGB is 102 - color contains mainly: green. Hex color #01660B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01660B is #FE99F4. Grayscale: #3D3D3D. Windows color (decimal): -16685557 or 747009. OLE color: 747009.
HSL color Cylindrical-coordinate representation of color #01660B: hue angle of 125.94º 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 #01660B is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 1 | 102 | 11 | - |
| CMYK | 0.99 | 0 | 0.89 | 0.6 |
| HSL | 125.94º | 0.98% | 0.2% | - |
| HSV(B) | 125.94º | 0.99% | 0.4% | - |
| XYZ | 4.82 | 9.53 | 1.9 | - |
| YUV | 61.43 | 99.54 | 84.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 102 | 11 | 0.99 | 0 | 0.89 | 0.6 | 125.94 | 0.98 | 0.2 |
| Hex | 1 | 66 | B | 63 | 0 | 59 | 3C | 7E | 62 | 14 |
| Octal | 1 | 146 | 13 | 143 | 0 | 131 | 74 | 176 | 142 | 24 |
| Binary | 1 | 1100110 | 1011 | 1100011 | 0 | 1011001 | 111100 | 1111110 | 1100010 | 10100 |
Color Harmonies of #01660B
Complementary color
Monochromatic Colors of #01660B
Black with #01660B
Text Example
Text Example
White with #01660B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01660B; }
p { color: rgb(1,102,11); }
H1.HeaderClassName
{
color: #01660B;
}
.AnyTagClassName
{
color: #01660B;
}
</style>
background-color css
<style>
a { background-color: #01660B; }
a { background-color: rgb(1,102,11); }
div.DivClassName
{
background-color: #01660B;
}
.BgClassName
{
background-color: #01660B;
}
</style>
border-color css
<style>
span { border-color: #01660B; }
span { border-color: rgb(1,102,11); }
td.TdClassName
{
border-color: #01660B;
}
.TagClassName
{
border-color: #01660B;
}
</style>