Shades of Green #01660F
Tints of Green #01660F
RGB
CMYK
RGB Variations
Color information
#01660F (or 0x01660F) is known color: Green. HEX triplet: 01, 66 and 0F. RGB value is (1,102,15). Sum of RGB (Red+Green+Blue) = 1+102+15=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 102 (40.23% from 255 or 86.44% from 118); Blue value is 15 (6.25% from 255 or 12.71% from 118); Max value from RGB is 102 - color contains mainly: green. Hex color #01660F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01660F is #FE99F0. Grayscale: #3E3E3E. Windows color (decimal): -16685553 or 1009153. OLE color: 1009153.
HSL color Cylindrical-coordinate representation of color #01660F: hue angle of 128.32º 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 #01660F is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 1 | 102 | 15 | - |
| CMYK | 0.99 | 0 | 0.85 | 0.6 |
| HSL | 128.32º | 0.98% | 0.2% | - |
| HSV(B) | 128.32º | 0.99% | 0.4% | - |
| XYZ | 4.85 | 9.54 | 2.04 | - |
| YUV | 61.88 | 101.54 | 84.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 102 | 15 | 0.99 | 0 | 0.85 | 0.6 | 128.32 | 0.98 | 0.2 |
| Hex | 1 | 66 | F | 63 | 0 | 55 | 3C | 80 | 62 | 14 |
| Octal | 1 | 146 | 17 | 143 | 0 | 125 | 74 | 200 | 142 | 24 |
| Binary | 1 | 1100110 | 1111 | 1100011 | 0 | 1010101 | 111100 | 10000000 | 1100010 | 10100 |
Color Harmonies of #01660F
Complementary color
Monochromatic Colors of #01660F
Black with #01660F
Text Example
Text Example
White with #01660F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01660F; }
p { color: rgb(1,102,15); }
H1.HeaderClassName
{
color: #01660F;
}
.AnyTagClassName
{
color: #01660F;
}
</style>
background-color css
<style>
a { background-color: #01660F; }
a { background-color: rgb(1,102,15); }
div.DivClassName
{
background-color: #01660F;
}
.BgClassName
{
background-color: #01660F;
}
</style>
border-color css
<style>
span { border-color: #01660F; }
span { border-color: rgb(1,102,15); }
td.TdClassName
{
border-color: #01660F;
}
.TagClassName
{
border-color: #01660F;
}
</style>