Shades of Green #016605
Tints of Green #016605
RGB
CMYK
RGB Variations
Color information
#016605 (or 0x016605) is known color: Green. HEX triplet: 01, 66 and 05. RGB value is (1,102,5). Sum of RGB (Red+Green+Blue) = 1+102+5=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 102 (40.23% from 255 or 94.44% from 108); Blue value is 5 (2.34% from 255 or 4.63% from 108); Max value from RGB is 102 - color contains mainly: green. Hex color #016605 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016605 is #FE99FA. Grayscale: #3D3D3D. Windows color (decimal): -16685563 or 353793. OLE color: 353793.
HSL color Cylindrical-coordinate representation of color #016605: hue angle of 122.38º 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 #016605 is Cyan = 0.99, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 1 | 102 | 5 | - |
| CMYK | 0.99 | 0 | 0.95 | 0.6 |
| HSL | 122.38º | 0.98% | 0.2% | - |
| HSV(B) | 122.38º | 0.99% | 0.4% | - |
| XYZ | 4.79 | 9.52 | 1.73 | - |
| YUV | 60.74 | 96.54 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 102 | 5 | 0.99 | 0 | 0.95 | 0.6 | 122.38 | 0.98 | 0.2 |
| Hex | 1 | 66 | 5 | 63 | 0 | 5F | 3C | 7A | 62 | 14 |
| Octal | 1 | 146 | 5 | 143 | 0 | 137 | 74 | 172 | 142 | 24 |
| Binary | 1 | 1100110 | 101 | 1100011 | 0 | 1011111 | 111100 | 1111010 | 1100010 | 10100 |
Color Harmonies of #016605
Complementary color
Monochromatic Colors of #016605
Black with #016605
Text Example
Text Example
White with #016605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016605; }
p { color: rgb(1,102,5); }
H1.HeaderClassName
{
color: #016605;
}
.AnyTagClassName
{
color: #016605;
}
</style>
background-color css
<style>
a { background-color: #016605; }
a { background-color: rgb(1,102,5); }
div.DivClassName
{
background-color: #016605;
}
.BgClassName
{
background-color: #016605;
}
</style>
border-color css
<style>
span { border-color: #016605; }
span { border-color: rgb(1,102,5); }
td.TdClassName
{
border-color: #016605;
}
.TagClassName
{
border-color: #016605;
}
</style>