Shades of Green #016910
Tints of Green #016910
RGB
CMYK
RGB Variations
Color information
#016910 (or 0x016910) is known color: Green. HEX triplet: 01, 69 and 10. RGB value is (1,105,16). Sum of RGB (Red+Green+Blue) = 1+105+16=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 105 (41.41% from 255 or 86.07% from 122); Blue value is 16 (6.64% from 255 or 13.11% from 122); Max value from RGB is 105 - color contains mainly: green. Hex color #016910 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016910 is #FE96EF. Grayscale: #404040. Windows color (decimal): -16684784 or 1075457. OLE color: 1075457.
HSL color Cylindrical-coordinate representation of color #016910: hue angle of 128.65º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016910 is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 105 | 16 | - |
| CMYK | 0.99 | 0 | 0.85 | 0.59 |
| HSL | 128.65º | 0.98% | 0.21% | - |
| HSV(B) | 128.65º | 0.99% | 0.41% | - |
| XYZ | 5.16 | 10.15 | 2.18 | - |
| YUV | 63.76 | 101.04 | 83.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 105 | 16 | 0.99 | 0 | 0.85 | 0.59 | 128.65 | 0.98 | 0.21 |
| Hex | 1 | 69 | 10 | 63 | 0 | 55 | 3B | 81 | 62 | 15 |
| Octal | 1 | 151 | 20 | 143 | 0 | 125 | 73 | 201 | 142 | 25 |
| Binary | 1 | 1101001 | 10000 | 1100011 | 0 | 1010101 | 111011 | 10000001 | 1100010 | 10101 |
Color Harmonies of #016910
Complementary color
Monochromatic Colors of #016910
Black with #016910
Text Example
Text Example
White with #016910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016910; }
p { color: rgb(1,105,16); }
H1.HeaderClassName
{
color: #016910;
}
.AnyTagClassName
{
color: #016910;
}
</style>
background-color css
<style>
a { background-color: #016910; }
a { background-color: rgb(1,105,16); }
div.DivClassName
{
background-color: #016910;
}
.BgClassName
{
background-color: #016910;
}
</style>
border-color css
<style>
span { border-color: #016910; }
span { border-color: rgb(1,105,16); }
td.TdClassName
{
border-color: #016910;
}
.TagClassName
{
border-color: #016910;
}
</style>