Shades of Green #016615
Tints of Green #016615
RGB
CMYK
RGB Variations
Color information
#016615 (or 0x016615) is known color: Green. HEX triplet: 01, 66 and 15. RGB value is (1,102,21). Sum of RGB (Red+Green+Blue) = 1+102+21=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 102 (40.23% from 255 or 82.26% from 124); Blue value is 21 (8.59% from 255 or 16.94% from 124); Max value from RGB is 102 - color contains mainly: green. Hex color #016615 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016615 is #FE99EA. Grayscale: #3E3E3E. Windows color (decimal): -16685547 or 1402369. OLE color: 1402369.
HSL color Cylindrical-coordinate representation of color #016615: hue angle of 131.88º 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 #016615 is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 1 | 102 | 21 | - |
| CMYK | 0.99 | 0 | 0.79 | 0.6 |
| HSL | 131.88º | 0.98% | 0.2% | - |
| HSV(B) | 131.88º | 0.99% | 0.4% | - |
| XYZ | 4.9 | 9.56 | 2.3 | - |
| YUV | 62.57 | 104.54 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 102 | 21 | 0.99 | 0 | 0.79 | 0.6 | 131.88 | 0.98 | 0.2 |
| Hex | 1 | 66 | 15 | 63 | 0 | 4F | 3C | 84 | 62 | 14 |
| Octal | 1 | 146 | 25 | 143 | 0 | 117 | 74 | 204 | 142 | 24 |
| Binary | 1 | 1100110 | 10101 | 1100011 | 0 | 1001111 | 111100 | 10000100 | 1100010 | 10100 |
Color Harmonies of #016615
Complementary color
Monochromatic Colors of #016615
Black with #016615
Text Example
Text Example
White with #016615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016615; }
p { color: rgb(1,102,21); }
H1.HeaderClassName
{
color: #016615;
}
.AnyTagClassName
{
color: #016615;
}
</style>
background-color css
<style>
a { background-color: #016615; }
a { background-color: rgb(1,102,21); }
div.DivClassName
{
background-color: #016615;
}
.BgClassName
{
background-color: #016615;
}
</style>
border-color css
<style>
span { border-color: #016615; }
span { border-color: rgb(1,102,21); }
td.TdClassName
{
border-color: #016615;
}
.TagClassName
{
border-color: #016615;
}
</style>