Shades of Green #016614
Tints of Green #016614
RGB
CMYK
RGB Variations
Color information
#016614 (or 0x016614) is known color: Green. HEX triplet: 01, 66 and 14. RGB value is (1,102,20). Sum of RGB (Red+Green+Blue) = 1+102+20=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 102 (40.23% from 255 or 82.93% from 123); Blue value is 20 (8.20% from 255 or 16.26% from 123); Max value from RGB is 102 - color contains mainly: green. Hex color #016614 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016614 is #FE99EB. Grayscale: #3E3E3E. Windows color (decimal): -16685548 or 1336833. OLE color: 1336833.
HSL color Cylindrical-coordinate representation of color #016614: hue angle of 131.29º 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 #016614 is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 1 | 102 | 20 | - |
| CMYK | 0.99 | 0 | 0.80 | 0.6 |
| HSL | 131.29º | 0.98% | 0.2% | - |
| HSV(B) | 131.29º | 0.99% | 0.4% | - |
| XYZ | 4.89 | 9.56 | 2.25 | - |
| YUV | 62.45 | 104.04 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 102 | 20 | 0.99 | 0 | 0.80 | 0.6 | 131.29 | 0.98 | 0.2 |
| Hex | 1 | 66 | 14 | 63 | 0 | 50 | 3C | 83 | 62 | 14 |
| Octal | 1 | 146 | 24 | 143 | 0 | 120 | 74 | 203 | 142 | 24 |
| Binary | 1 | 1100110 | 10100 | 1100011 | 0 | 1010000 | 111100 | 10000011 | 1100010 | 10100 |
Color Harmonies of #016614
Complementary color
Monochromatic Colors of #016614
Black with #016614
Text Example
Text Example
White with #016614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016614; }
p { color: rgb(1,102,20); }
H1.HeaderClassName
{
color: #016614;
}
.AnyTagClassName
{
color: #016614;
}
</style>
background-color css
<style>
a { background-color: #016614; }
a { background-color: rgb(1,102,20); }
div.DivClassName
{
background-color: #016614;
}
.BgClassName
{
background-color: #016614;
}
</style>
border-color css
<style>
span { border-color: #016614; }
span { border-color: rgb(1,102,20); }
td.TdClassName
{
border-color: #016614;
}
.TagClassName
{
border-color: #016614;
}
</style>