Shades of Green #016B11
Tints of Green #016B11
RGB
CMYK
RGB Variations
Color information
#016B11 (or 0x016B11) is known color: Green. HEX triplet: 01, 6B and 11. RGB value is (1,107,17). Sum of RGB (Red+Green+Blue) = 1+107+17=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 107 (42.19% from 255 or 85.6% from 125); Blue value is 17 (7.03% from 255 or 13.6% from 125); Max value from RGB is 107 - color contains mainly: green. Hex color #016B11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016B11 is #FE94EE. Grayscale: #414141. Windows color (decimal): -16684271 or 1141505. OLE color: 1141505.
HSL color Cylindrical-coordinate representation of color #016B11: hue angle of 129.06º 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 #016B11 is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 107 | 17 | - |
| CMYK | 0.99 | 0 | 0.84 | 0.58 |
| HSL | 129.06º | 0.98% | 0.21% | - |
| HSV(B) | 129.06º | 0.99% | 0.42% | - |
| XYZ | 5.37 | 10.56 | 2.29 | - |
| YUV | 65.05 | 100.88 | 82.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 107 | 17 | 0.99 | 0 | 0.84 | 0.58 | 129.06 | 0.98 | 0.21 |
| Hex | 1 | 6B | 11 | 63 | 0 | 54 | 3A | 81 | 62 | 15 |
| Octal | 1 | 153 | 21 | 143 | 0 | 124 | 72 | 201 | 142 | 25 |
| Binary | 1 | 1101011 | 10001 | 1100011 | 0 | 1010100 | 111010 | 10000001 | 1100010 | 10101 |
Color Harmonies of #016B11
Complementary color
Monochromatic Colors of #016B11
Black with #016B11
Text Example
Text Example
White with #016B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016B11; }
p { color: rgb(1,107,17); }
H1.HeaderClassName
{
color: #016B11;
}
.AnyTagClassName
{
color: #016B11;
}
</style>
background-color css
<style>
a { background-color: #016B11; }
a { background-color: rgb(1,107,17); }
div.DivClassName
{
background-color: #016B11;
}
.BgClassName
{
background-color: #016B11;
}
</style>
border-color css
<style>
span { border-color: #016B11; }
span { border-color: rgb(1,107,17); }
td.TdClassName
{
border-color: #016B11;
}
.TagClassName
{
border-color: #016B11;
}
</style>