Shades of Green #016407
Tints of Green #016407
RGB
CMYK
RGB Variations
Color information
#016407 (or 0x016407) is known color: Green. HEX triplet: 01, 64 and 07. RGB value is (1,100,7). Sum of RGB (Red+Green+Blue) = 1+100+7=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 100 (39.45% from 255 or 92.59% from 108); Blue value is 7 (3.12% from 255 or 6.48% from 108); Max value from RGB is 100 - color contains mainly: green. Hex color #016407 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016407 is #FE9BF8. Grayscale: #3C3C3C. Windows color (decimal): -16686073 or 484353. OLE color: 484353.
HSL color Cylindrical-coordinate representation of color #016407: hue angle of 123.64º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016407 is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 100 | 7 | - |
| CMYK | 0.99 | 0 | 0.93 | 0.61 |
| HSL | 123.64º | 0.98% | 0.2% | - |
| HSV(B) | 123.64º | 0.99% | 0.39% | - |
| XYZ | 4.61 | 9.14 | 1.72 | - |
| YUV | 59.8 | 98.2 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 100 | 7 | 0.99 | 0 | 0.93 | 0.61 | 123.64 | 0.98 | 0.2 |
| Hex | 1 | 64 | 7 | 63 | 0 | 5D | 3D | 7C | 62 | 14 |
| Octal | 1 | 144 | 7 | 143 | 0 | 135 | 75 | 174 | 142 | 24 |
| Binary | 1 | 1100100 | 111 | 1100011 | 0 | 1011101 | 111101 | 1111100 | 1100010 | 10100 |
Color Harmonies of #016407
Complementary color
Monochromatic Colors of #016407
Black with #016407
Text Example
Text Example
White with #016407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016407; }
p { color: rgb(1,100,7); }
H1.HeaderClassName
{
color: #016407;
}
.AnyTagClassName
{
color: #016407;
}
</style>
background-color css
<style>
a { background-color: #016407; }
a { background-color: rgb(1,100,7); }
div.DivClassName
{
background-color: #016407;
}
.BgClassName
{
background-color: #016407;
}
</style>
border-color css
<style>
span { border-color: #016407; }
span { border-color: rgb(1,100,7); }
td.TdClassName
{
border-color: #016407;
}
.TagClassName
{
border-color: #016407;
}
</style>