Shades of Green #016B14
Tints of Green #016B14
RGB
CMYK
RGB Variations
Color information
#016B14 (or 0x016B14) is known color: Green. HEX triplet: 01, 6B and 14. RGB value is (1,107,20). Sum of RGB (Red+Green+Blue) = 1+107+20=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 107 (42.19% from 255 or 83.59% from 128); Blue value is 20 (8.20% from 255 or 15.62% from 128); Max value from RGB is 107 - color contains mainly: green. Hex color #016B14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016B14 is #FE94EB. Grayscale: #414141. Windows color (decimal): -16684268 or 1338113. OLE color: 1338113.
HSL color Cylindrical-coordinate representation of color #016B14: hue angle of 130.75º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016B14 is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 107 | 20 | - |
| CMYK | 0.99 | 0 | 0.81 | 0.58 |
| HSL | 130.75º | 0.98% | 0.21% | - |
| HSV(B) | 130.75º | 0.99% | 0.42% | - |
| XYZ | 5.4 | 10.57 | 2.42 | - |
| YUV | 65.39 | 102.38 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 107 | 20 | 0.99 | 0 | 0.81 | 0.58 | 130.75 | 0.98 | 0.21 |
| Hex | 1 | 6B | 14 | 63 | 0 | 51 | 3A | 83 | 62 | 15 |
| Octal | 1 | 153 | 24 | 143 | 0 | 121 | 72 | 203 | 142 | 25 |
| Binary | 1 | 1101011 | 10100 | 1100011 | 0 | 1010001 | 111010 | 10000011 | 1100010 | 10101 |
Color Harmonies of #016B14
Complementary color
Monochromatic Colors of #016B14
Black with #016B14
Text Example
Text Example
White with #016B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016B14; }
p { color: rgb(1,107,20); }
H1.HeaderClassName
{
color: #016B14;
}
.AnyTagClassName
{
color: #016B14;
}
</style>
background-color css
<style>
a { background-color: #016B14; }
a { background-color: rgb(1,107,20); }
div.DivClassName
{
background-color: #016B14;
}
.BgClassName
{
background-color: #016B14;
}
</style>
border-color css
<style>
span { border-color: #016B14; }
span { border-color: rgb(1,107,20); }
td.TdClassName
{
border-color: #016B14;
}
.TagClassName
{
border-color: #016B14;
}
</style>