Shades of Green #01610C
Tints of Green #01610C
RGB
CMYK
RGB Variations
Color information
#01610C (or 0x01610C) is known color: Green. HEX triplet: 01, 61 and 0C. RGB value is (1,97,12). Sum of RGB (Red+Green+Blue) = 1+97+12=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 97 (38.28% from 255 or 88.18% from 110); Blue value is 12 (5.08% from 255 or 10.91% from 110); Max value from RGB is 97 - color contains mainly: green. Hex color #01610C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01610C is #FE9EF3. Grayscale: #3A3A3A. Windows color (decimal): -16686836 or 811265. OLE color: 811265.
HSL color Cylindrical-coordinate representation of color #01610C: hue angle of 126.87º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01610C is Cyan = 0.99, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 97 | 12 | - |
| CMYK | 0.99 | 0 | 0.88 | 0.62 |
| HSL | 126.88º | 0.98% | 0.19% | - |
| HSV(B) | 126.88º | 0.99% | 0.38% | - |
| XYZ | 4.35 | 8.58 | 1.77 | - |
| YUV | 58.61 | 101.7 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 97 | 12 | 0.99 | 0 | 0.88 | 0.62 | 126.88 | 0.98 | 0.19 |
| Hex | 1 | 61 | C | 63 | 0 | 58 | 3E | 7F | 62 | 13 |
| Octal | 1 | 141 | 14 | 143 | 0 | 130 | 76 | 177 | 142 | 23 |
| Binary | 1 | 1100001 | 1100 | 1100011 | 0 | 1011000 | 111110 | 1111111 | 1100010 | 10011 |
Color Harmonies of #01610C
Complementary color
Monochromatic Colors of #01610C
Black with #01610C
Text Example
Text Example
White with #01610C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01610C; }
p { color: rgb(1,97,12); }
H1.HeaderClassName
{
color: #01610C;
}
.AnyTagClassName
{
color: #01610C;
}
</style>
background-color css
<style>
a { background-color: #01610C; }
a { background-color: rgb(1,97,12); }
div.DivClassName
{
background-color: #01610C;
}
.BgClassName
{
background-color: #01610C;
}
</style>
border-color css
<style>
span { border-color: #01610C; }
span { border-color: rgb(1,97,12); }
td.TdClassName
{
border-color: #01610C;
}
.TagClassName
{
border-color: #01610C;
}
</style>