Shades of Green #01680C
Tints of Green #01680C
RGB
CMYK
RGB Variations
Color information
#01680C (or 0x01680C) is known color: Green. HEX triplet: 01, 68 and 0C. RGB value is (1,104,12). Sum of RGB (Red+Green+Blue) = 1+104+12=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 104 (41.02% from 255 or 88.89% from 117); Blue value is 12 (5.08% from 255 or 10.26% from 117); Max value from RGB is 104 - color contains mainly: green. Hex color #01680C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01680C is #FE97F3. Grayscale: #3E3E3E. Windows color (decimal): -16685044 or 813057. OLE color: 813057.
HSL color Cylindrical-coordinate representation of color #01680C: hue angle of 126.41º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01680C is Cyan = 0.99, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 104 | 12 | - |
| CMYK | 0.99 | 0 | 0.88 | 0.59 |
| HSL | 126.41º | 0.98% | 0.21% | - |
| HSV(B) | 126.41º | 0.99% | 0.41% | - |
| XYZ | 5.03 | 9.93 | 2 | - |
| YUV | 62.72 | 99.38 | 83.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 104 | 12 | 0.99 | 0 | 0.88 | 0.59 | 126.41 | 0.98 | 0.21 |
| Hex | 1 | 68 | C | 63 | 0 | 58 | 3B | 7E | 62 | 15 |
| Octal | 1 | 150 | 14 | 143 | 0 | 130 | 73 | 176 | 142 | 25 |
| Binary | 1 | 1101000 | 1100 | 1100011 | 0 | 1011000 | 111011 | 1111110 | 1100010 | 10101 |
Color Harmonies of #01680C
Complementary color
Monochromatic Colors of #01680C
Black with #01680C
Text Example
Text Example
White with #01680C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01680C; }
p { color: rgb(1,104,12); }
H1.HeaderClassName
{
color: #01680C;
}
.AnyTagClassName
{
color: #01680C;
}
</style>
background-color css
<style>
a { background-color: #01680C; }
a { background-color: rgb(1,104,12); }
div.DivClassName
{
background-color: #01680C;
}
.BgClassName
{
background-color: #01680C;
}
</style>
border-color css
<style>
span { border-color: #01680C; }
span { border-color: rgb(1,104,12); }
td.TdClassName
{
border-color: #01680C;
}
.TagClassName
{
border-color: #01680C;
}
</style>