Shades of Green #01670C
Tints of Green #01670C
RGB
CMYK
RGB Variations
Color information
#01670C (or 0x01670C) is known color: Green. HEX triplet: 01, 67 and 0C. RGB value is (1,103,12). Sum of RGB (Red+Green+Blue) = 1+103+12=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 103 (40.62% from 255 or 88.79% from 116); Blue value is 12 (5.08% from 255 or 10.34% from 116); Max value from RGB is 103 - color contains mainly: green. Hex color #01670C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01670C is #FE98F3. Grayscale: #3E3E3E. Windows color (decimal): -16685300 or 812801. OLE color: 812801.
HSL color Cylindrical-coordinate representation of color #01670C: hue angle of 126.47º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01670C is Cyan = 0.99, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 103 | 12 | - |
| CMYK | 0.99 | 0 | 0.88 | 0.60 |
| HSL | 126.47º | 0.98% | 0.2% | - |
| HSV(B) | 126.47º | 0.99% | 0.4% | - |
| XYZ | 4.93 | 9.73 | 1.97 | - |
| YUV | 62.13 | 99.71 | 84.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 103 | 12 | 0.99 | 0 | 0.88 | 0.60 | 126.47 | 0.98 | 0.2 |
| Hex | 1 | 67 | C | 63 | 0 | 58 | 3C | 7E | 62 | 14 |
| Octal | 1 | 147 | 14 | 143 | 0 | 130 | 74 | 176 | 142 | 24 |
| Binary | 1 | 1100111 | 1100 | 1100011 | 0 | 1011000 | 111100 | 1111110 | 1100010 | 10100 |
Color Harmonies of #01670C
Complementary color
Monochromatic Colors of #01670C
Black with #01670C
Text Example
Text Example
White with #01670C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01670C; }
p { color: rgb(1,103,12); }
H1.HeaderClassName
{
color: #01670C;
}
.AnyTagClassName
{
color: #01670C;
}
</style>
background-color css
<style>
a { background-color: #01670C; }
a { background-color: rgb(1,103,12); }
div.DivClassName
{
background-color: #01670C;
}
.BgClassName
{
background-color: #01670C;
}
</style>
border-color css
<style>
span { border-color: #01670C; }
span { border-color: rgb(1,103,12); }
td.TdClassName
{
border-color: #01670C;
}
.TagClassName
{
border-color: #01670C;
}
</style>