Shades of Green #016500
Tints of Green #016500
RGB
CMYK
RGB Variations
Color information
#016500 (or 0x016500) is known color: Green. HEX triplet: 01, 65 and 00. RGB value is (1,101,0). Sum of RGB (Red+Green+Blue) = 1+101+0=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 101 (39.84% from 255 or 99.02% from 102); Blue value is 0 (0.39% from 255 or 0% from 102); Max value from RGB is 101 - color contains mainly: green. Hex color #016500 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016500 is #FE9AFF. Grayscale: #3B3B3B. Windows color (decimal): -16685824 or 25857. OLE color: 25857.
HSL color Cylindrical-coordinate representation of color #016500: hue angle of 119.41º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016500 is Cyan = 0.99, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 101 | 0 | - |
| CMYK | 0.99 | 0 | 1 | 0.60 |
| HSL | 119.41º | 1% | 0.2% | - |
| HSV(B) | 119.41º | 1% | 0.4% | - |
| XYZ | 4.67 | 9.31 | 1.55 | - |
| YUV | 59.59 | 94.37 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 101 | 0 | 0.99 | 0 | 1 | 0.60 | 119.41 | 1 | 0.2 |
| Hex | 1 | 65 | 0 | 63 | 0 | 64 | 3C | 77 | 64 | 14 |
| Octal | 1 | 145 | 0 | 143 | 0 | 144 | 74 | 167 | 144 | 24 |
| Binary | 1 | 1100101 | 0 | 1100011 | 0 | 1100100 | 111100 | 1110111 | 1100100 | 10100 |
Color Harmonies of #016500
Complementary color
Monochromatic Colors of #016500
Black with #016500
Text Example
Text Example
White with #016500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016500; }
p { color: rgb(1,101,0); }
H1.HeaderClassName
{
color: #016500;
}
.AnyTagClassName
{
color: #016500;
}
</style>
background-color css
<style>
a { background-color: #016500; }
a { background-color: rgb(1,101,0); }
div.DivClassName
{
background-color: #016500;
}
.BgClassName
{
background-color: #016500;
}
</style>
border-color css
<style>
span { border-color: #016500; }
span { border-color: rgb(1,101,0); }
td.TdClassName
{
border-color: #016500;
}
.TagClassName
{
border-color: #016500;
}
</style>