Shades of Green #016506
Tints of Green #016506
RGB
CMYK
RGB Variations
Color information
#016506 (or 0x016506) is known color: Green. HEX triplet: 01, 65 and 06. RGB value is (1,101,6). Sum of RGB (Red+Green+Blue) = 1+101+6=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 101 (39.84% from 255 or 93.52% from 108); Blue value is 6 (2.73% from 255 or 5.56% from 108); Max value from RGB is 101 - color contains mainly: green. Hex color #016506 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016506 is #FE9AF9. Grayscale: #3C3C3C. Windows color (decimal): -16685818 or 419073. OLE color: 419073.
HSL color Cylindrical-coordinate representation of color #016506: hue angle of 123º 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 #016506 is Cyan = 0.99, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 101 | 6 | - |
| CMYK | 0.99 | 0 | 0.94 | 0.60 |
| HSL | 123º | 0.98% | 0.2% | - |
| HSV(B) | 123º | 0.99% | 0.4% | - |
| XYZ | 4.7 | 9.33 | 1.72 | - |
| YUV | 60.27 | 97.37 | 85.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 101 | 6 | 0.99 | 0 | 0.94 | 0.60 | 123 | 0.98 | 0.2 |
| Hex | 1 | 65 | 6 | 63 | 0 | 5E | 3C | 7B | 62 | 14 |
| Octal | 1 | 145 | 6 | 143 | 0 | 136 | 74 | 173 | 142 | 24 |
| Binary | 1 | 1100101 | 110 | 1100011 | 0 | 1011110 | 111100 | 1111011 | 1100010 | 10100 |
Color Harmonies of #016506
Complementary color
Monochromatic Colors of #016506
Black with #016506
Text Example
Text Example
White with #016506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016506; }
p { color: rgb(1,101,6); }
H1.HeaderClassName
{
color: #016506;
}
.AnyTagClassName
{
color: #016506;
}
</style>
background-color css
<style>
a { background-color: #016506; }
a { background-color: rgb(1,101,6); }
div.DivClassName
{
background-color: #016506;
}
.BgClassName
{
background-color: #016506;
}
</style>
border-color css
<style>
span { border-color: #016506; }
span { border-color: rgb(1,101,6); }
td.TdClassName
{
border-color: #016506;
}
.TagClassName
{
border-color: #016506;
}
</style>