Shades of Green #01680A
Tints of Green #01680A
RGB
CMYK
RGB Variations
Color information
#01680A (or 0x01680A) is known color: Green. HEX triplet: 01, 68 and 0A. RGB value is (1,104,10). Sum of RGB (Red+Green+Blue) = 1+104+10=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 104 (41.02% from 255 or 90.43% from 115); Blue value is 10 (4.30% from 255 or 8.70% from 115); Max value from RGB is 104 - color contains mainly: green. Hex color #01680A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01680A is #FE97F5. Grayscale: #3E3E3E. Windows color (decimal): -16685046 or 681985. OLE color: 681985.
HSL color Cylindrical-coordinate representation of color #01680A: hue angle of 125.24º 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 #01680A is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 104 | 10 | - |
| CMYK | 0.99 | 0 | 0.90 | 0.59 |
| HSL | 125.24º | 0.98% | 0.21% | - |
| HSV(B) | 125.24º | 0.99% | 0.41% | - |
| XYZ | 5.02 | 9.93 | 1.94 | - |
| YUV | 62.49 | 98.38 | 84.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 104 | 10 | 0.99 | 0 | 0.90 | 0.59 | 125.24 | 0.98 | 0.21 |
| Hex | 1 | 68 | A | 63 | 0 | 5A | 3B | 7D | 62 | 15 |
| Octal | 1 | 150 | 12 | 143 | 0 | 132 | 73 | 175 | 142 | 25 |
| Binary | 1 | 1101000 | 1010 | 1100011 | 0 | 1011010 | 111011 | 1111101 | 1100010 | 10101 |
Color Harmonies of #01680A
Complementary color
Monochromatic Colors of #01680A
Black with #01680A
Text Example
Text Example
White with #01680A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01680A; }
p { color: rgb(1,104,10); }
H1.HeaderClassName
{
color: #01680A;
}
.AnyTagClassName
{
color: #01680A;
}
</style>
background-color css
<style>
a { background-color: #01680A; }
a { background-color: rgb(1,104,10); }
div.DivClassName
{
background-color: #01680A;
}
.BgClassName
{
background-color: #01680A;
}
</style>
border-color css
<style>
span { border-color: #01680A; }
span { border-color: rgb(1,104,10); }
td.TdClassName
{
border-color: #01680A;
}
.TagClassName
{
border-color: #01680A;
}
</style>