Shades of Green #016711
Tints of Green #016711
RGB
CMYK
RGB Variations
Color information
#016711 (or 0x016711) is known color: Green. HEX triplet: 01, 67 and 11. RGB value is (1,103,17). Sum of RGB (Red+Green+Blue) = 1+103+17=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 103 (40.62% from 255 or 85.12% from 121); Blue value is 17 (7.03% from 255 or 14.05% from 121); Max value from RGB is 103 - color contains mainly: green. Hex color #016711 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016711 is #FE98EE. Grayscale: #3E3E3E. Windows color (decimal): -16685295 or 1140481. OLE color: 1140481.
HSL color Cylindrical-coordinate representation of color #016711: hue angle of 129.41º 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 #016711 is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 103 | 17 | - |
| CMYK | 0.99 | 0 | 0.83 | 0.60 |
| HSL | 129.41º | 0.98% | 0.2% | - |
| HSV(B) | 129.41º | 0.99% | 0.4% | - |
| XYZ | 4.96 | 9.75 | 2.15 | - |
| YUV | 62.7 | 102.21 | 83.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 103 | 17 | 0.99 | 0 | 0.83 | 0.60 | 129.41 | 0.98 | 0.2 |
| Hex | 1 | 67 | 11 | 63 | 0 | 53 | 3C | 81 | 62 | 14 |
| Octal | 1 | 147 | 21 | 143 | 0 | 123 | 74 | 201 | 142 | 24 |
| Binary | 1 | 1100111 | 10001 | 1100011 | 0 | 1010011 | 111100 | 10000001 | 1100010 | 10100 |
Color Harmonies of #016711
Complementary color
Monochromatic Colors of #016711
Black with #016711
Text Example
Text Example
White with #016711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016711; }
p { color: rgb(1,103,17); }
H1.HeaderClassName
{
color: #016711;
}
.AnyTagClassName
{
color: #016711;
}
</style>
background-color css
<style>
a { background-color: #016711; }
a { background-color: rgb(1,103,17); }
div.DivClassName
{
background-color: #016711;
}
.BgClassName
{
background-color: #016711;
}
</style>
border-color css
<style>
span { border-color: #016711; }
span { border-color: rgb(1,103,17); }
td.TdClassName
{
border-color: #016711;
}
.TagClassName
{
border-color: #016711;
}
</style>