Shades of Green #016512
Tints of Green #016512
RGB
CMYK
RGB Variations
Color information
#016512 (or 0x016512) is known color: Green. HEX triplet: 01, 65 and 12. RGB value is (1,101,18). Sum of RGB (Red+Green+Blue) = 1+101+18=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 101 (39.84% from 255 or 84.17% from 120); Blue value is 18 (7.42% from 255 or 15% from 120); Max value from RGB is 101 - color contains mainly: green. Hex color #016512 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016512 is #FE9AED. Grayscale: #3D3D3D. Windows color (decimal): -16685806 or 1205505. OLE color: 1205505.
HSL color Cylindrical-coordinate representation of color #016512: hue angle of 130.2º 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 #016512 is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 101 | 18 | - |
| CMYK | 0.99 | 0 | 0.82 | 0.60 |
| HSL | 130.2º | 0.98% | 0.2% | - |
| HSV(B) | 130.2º | 0.99% | 0.4% | - |
| XYZ | 4.78 | 9.36 | 2.13 | - |
| YUV | 61.64 | 103.37 | 84.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 101 | 18 | 0.99 | 0 | 0.82 | 0.60 | 130.2 | 0.98 | 0.2 |
| Hex | 1 | 65 | 12 | 63 | 0 | 52 | 3C | 82 | 62 | 14 |
| Octal | 1 | 145 | 22 | 143 | 0 | 122 | 74 | 202 | 142 | 24 |
| Binary | 1 | 1100101 | 10010 | 1100011 | 0 | 1010010 | 111100 | 10000010 | 1100010 | 10100 |
Color Harmonies of #016512
Complementary color
Monochromatic Colors of #016512
Black with #016512
Text Example
Text Example
White with #016512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016512; }
p { color: rgb(1,101,18); }
H1.HeaderClassName
{
color: #016512;
}
.AnyTagClassName
{
color: #016512;
}
</style>
background-color css
<style>
a { background-color: #016512; }
a { background-color: rgb(1,101,18); }
div.DivClassName
{
background-color: #016512;
}
.BgClassName
{
background-color: #016512;
}
</style>
border-color css
<style>
span { border-color: #016512; }
span { border-color: rgb(1,101,18); }
td.TdClassName
{
border-color: #016512;
}
.TagClassName
{
border-color: #016512;
}
</style>