Shades of Green #016B15
Tints of Green #016B15
RGB
CMYK
RGB Variations
Color information
#016B15 (or 0x016B15) is known color: Green. HEX triplet: 01, 6B and 15. RGB value is (1,107,21). Sum of RGB (Red+Green+Blue) = 1+107+21=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 107 (42.19% from 255 or 82.95% from 129); Blue value is 21 (8.59% from 255 or 16.28% from 129); Max value from RGB is 107 - color contains mainly: green. Hex color #016B15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016B15 is #FE94EA. Grayscale: #414141. Windows color (decimal): -16684267 or 1403649. OLE color: 1403649.
HSL color Cylindrical-coordinate representation of color #016B15: hue angle of 131.32º 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 #016B15 is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 107 | 21 | - |
| CMYK | 0.99 | 0 | 0.80 | 0.58 |
| HSL | 131.32º | 0.98% | 0.21% | - |
| HSV(B) | 131.32º | 0.99% | 0.42% | - |
| XYZ | 5.41 | 10.58 | 2.47 | - |
| YUV | 65.5 | 102.88 | 81.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 107 | 21 | 0.99 | 0 | 0.80 | 0.58 | 131.32 | 0.98 | 0.21 |
| Hex | 1 | 6B | 15 | 63 | 0 | 50 | 3A | 83 | 62 | 15 |
| Octal | 1 | 153 | 25 | 143 | 0 | 120 | 72 | 203 | 142 | 25 |
| Binary | 1 | 1101011 | 10101 | 1100011 | 0 | 1010000 | 111010 | 10000011 | 1100010 | 10101 |
Color Harmonies of #016B15
Complementary color
Monochromatic Colors of #016B15
Black with #016B15
Text Example
Text Example
White with #016B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016B15; }
p { color: rgb(1,107,21); }
H1.HeaderClassName
{
color: #016B15;
}
.AnyTagClassName
{
color: #016B15;
}
</style>
background-color css
<style>
a { background-color: #016B15; }
a { background-color: rgb(1,107,21); }
div.DivClassName
{
background-color: #016B15;
}
.BgClassName
{
background-color: #016B15;
}
</style>
border-color css
<style>
span { border-color: #016B15; }
span { border-color: rgb(1,107,21); }
td.TdClassName
{
border-color: #016B15;
}
.TagClassName
{
border-color: #016B15;
}
</style>