Shades of Green #016B0D
Tints of Green #016B0D
RGB
CMYK
RGB Variations
Color information
#016B0D (or 0x016B0D) is known color: Green. HEX triplet: 01, 6B and 0D. RGB value is (1,107,13). Sum of RGB (Red+Green+Blue) = 1+107+13=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 107 (42.19% from 255 or 88.43% from 121); Blue value is 13 (5.47% from 255 or 10.74% from 121); Max value from RGB is 107 - color contains mainly: green. Hex color #016B0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016B0D is #FE94F2. Grayscale: #404040. Windows color (decimal): -16684275 or 879361. OLE color: 879361.
HSL color Cylindrical-coordinate representation of color #016B0D: hue angle of 126.79º 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 #016B0D is Cyan = 0.99, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 107 | 13 | - |
| CMYK | 0.99 | 0 | 0.88 | 0.58 |
| HSL | 126.79º | 0.98% | 0.21% | - |
| HSV(B) | 126.79º | 0.99% | 0.42% | - |
| XYZ | 5.34 | 10.55 | 2.14 | - |
| YUV | 64.59 | 98.88 | 82.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 107 | 13 | 0.99 | 0 | 0.88 | 0.58 | 126.79 | 0.98 | 0.21 |
| Hex | 1 | 6B | D | 63 | 0 | 58 | 3A | 7F | 62 | 15 |
| Octal | 1 | 153 | 15 | 143 | 0 | 130 | 72 | 177 | 142 | 25 |
| Binary | 1 | 1101011 | 1101 | 1100011 | 0 | 1011000 | 111010 | 1111111 | 1100010 | 10101 |
Color Harmonies of #016B0D
Complementary color
Monochromatic Colors of #016B0D
Black with #016B0D
Text Example
Text Example
White with #016B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016B0D; }
p { color: rgb(1,107,13); }
H1.HeaderClassName
{
color: #016B0D;
}
.AnyTagClassName
{
color: #016B0D;
}
</style>
background-color css
<style>
a { background-color: #016B0D; }
a { background-color: rgb(1,107,13); }
div.DivClassName
{
background-color: #016B0D;
}
.BgClassName
{
background-color: #016B0D;
}
</style>
border-color css
<style>
span { border-color: #016B0D; }
span { border-color: rgb(1,107,13); }
td.TdClassName
{
border-color: #016B0D;
}
.TagClassName
{
border-color: #016B0D;
}
</style>