Shades of Green #016710
Tints of Green #016710
RGB
CMYK
RGB Variations
Color information
#016710 (or 0x016710) is known color: Green. HEX triplet: 01, 67 and 10. RGB value is (1,103,16). Sum of RGB (Red+Green+Blue) = 1+103+16=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 103 (40.62% from 255 or 85.83% from 120); Blue value is 16 (6.64% from 255 or 13.33% from 120); Max value from RGB is 103 - color contains mainly: green. Hex color #016710 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016710 is #FE98EF. Grayscale: #3E3E3E. Windows color (decimal): -16685296 or 1074945. OLE color: 1074945.
HSL color Cylindrical-coordinate representation of color #016710: hue angle of 128.82º 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 #016710 is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 103 | 16 | - |
| CMYK | 0.99 | 0 | 0.84 | 0.60 |
| HSL | 128.82º | 0.98% | 0.2% | - |
| HSV(B) | 128.82º | 0.99% | 0.4% | - |
| XYZ | 4.96 | 9.74 | 2.11 | - |
| YUV | 62.58 | 101.71 | 84.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 103 | 16 | 0.99 | 0 | 0.84 | 0.60 | 128.82 | 0.98 | 0.2 |
| Hex | 1 | 67 | 10 | 63 | 0 | 54 | 3C | 81 | 62 | 14 |
| Octal | 1 | 147 | 20 | 143 | 0 | 124 | 74 | 201 | 142 | 24 |
| Binary | 1 | 1100111 | 10000 | 1100011 | 0 | 1010100 | 111100 | 10000001 | 1100010 | 10100 |
Color Harmonies of #016710
Complementary color
Monochromatic Colors of #016710
Black with #016710
Text Example
Text Example
White with #016710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016710; }
p { color: rgb(1,103,16); }
H1.HeaderClassName
{
color: #016710;
}
.AnyTagClassName
{
color: #016710;
}
</style>
background-color css
<style>
a { background-color: #016710; }
a { background-color: rgb(1,103,16); }
div.DivClassName
{
background-color: #016710;
}
.BgClassName
{
background-color: #016710;
}
</style>
border-color css
<style>
span { border-color: #016710; }
span { border-color: rgb(1,103,16); }
td.TdClassName
{
border-color: #016710;
}
.TagClassName
{
border-color: #016710;
}
</style>