Shades of Green #016800
Tints of Green #016800
RGB
CMYK
RGB Variations
Color information
#016800 (or 0x016800) is known color: Green. HEX triplet: 01, 68 and 00. RGB value is (1,104,0). Sum of RGB (Red+Green+Blue) = 1+104+0=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 104 (41.02% from 255 or 99.05% from 105); Blue value is 0 (0.39% from 255 or 0% from 105); Max value from RGB is 104 - color contains mainly: green. Hex color #016800 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016800 is #FE97FF. Grayscale: #3D3D3D. Windows color (decimal): -16685056 or 26625. OLE color: 26625.
HSL color Cylindrical-coordinate representation of color #016800: hue angle of 119.42º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016800 is Cyan = 0.99, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 104 | 0 | - |
| CMYK | 0.99 | 0 | 1 | 0.59 |
| HSL | 119.42º | 1% | 0.2% | - |
| HSV(B) | 119.42º | 1% | 0.41% | - |
| XYZ | 4.96 | 9.91 | 1.65 | - |
| YUV | 61.35 | 93.38 | 84.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 104 | 0 | 0.99 | 0 | 1 | 0.59 | 119.42 | 1 | 0.2 |
| Hex | 1 | 68 | 0 | 63 | 0 | 64 | 3B | 77 | 64 | 14 |
| Octal | 1 | 150 | 0 | 143 | 0 | 144 | 73 | 167 | 144 | 24 |
| Binary | 1 | 1101000 | 0 | 1100011 | 0 | 1100100 | 111011 | 1110111 | 1100100 | 10100 |
Color Harmonies of #016800
Complementary color
Monochromatic Colors of #016800
Black with #016800
Text Example
Text Example
White with #016800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016800; }
p { color: rgb(1,104,0); }
H1.HeaderClassName
{
color: #016800;
}
.AnyTagClassName
{
color: #016800;
}
</style>
background-color css
<style>
a { background-color: #016800; }
a { background-color: rgb(1,104,0); }
div.DivClassName
{
background-color: #016800;
}
.BgClassName
{
background-color: #016800;
}
</style>
border-color css
<style>
span { border-color: #016800; }
span { border-color: rgb(1,104,0); }
td.TdClassName
{
border-color: #016800;
}
.TagClassName
{
border-color: #016800;
}
</style>