Shades of Green #01690C
Tints of Green #01690C
RGB
CMYK
RGB Variations
Color information
#01690C (or 0x01690C) is known color: Green. HEX triplet: 01, 69 and 0C. RGB value is (1,105,12). Sum of RGB (Red+Green+Blue) = 1+105+12=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 105 (41.41% from 255 or 88.98% from 118); Blue value is 12 (5.08% from 255 or 10.17% from 118); Max value from RGB is 105 - color contains mainly: green. Hex color #01690C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01690C is #FE96F3. Grayscale: #3F3F3F. Windows color (decimal): -16684788 or 813313. OLE color: 813313.
HSL color Cylindrical-coordinate representation of color #01690C: hue angle of 126.35º 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 #01690C is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 105 | 12 | - |
| CMYK | 0.99 | 0 | 0.89 | 0.59 |
| HSL | 126.35º | 0.98% | 0.21% | - |
| HSV(B) | 126.35º | 0.99% | 0.41% | - |
| XYZ | 5.13 | 10.14 | 2.03 | - |
| YUV | 63.3 | 99.04 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 105 | 12 | 0.99 | 0 | 0.89 | 0.59 | 126.35 | 0.98 | 0.21 |
| Hex | 1 | 69 | C | 63 | 0 | 59 | 3B | 7E | 62 | 15 |
| Octal | 1 | 151 | 14 | 143 | 0 | 131 | 73 | 176 | 142 | 25 |
| Binary | 1 | 1101001 | 1100 | 1100011 | 0 | 1011001 | 111011 | 1111110 | 1100010 | 10101 |
Color Harmonies of #01690C
Complementary color
Monochromatic Colors of #01690C
Black with #01690C
Text Example
Text Example
White with #01690C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01690C; }
p { color: rgb(1,105,12); }
H1.HeaderClassName
{
color: #01690C;
}
.AnyTagClassName
{
color: #01690C;
}
</style>
background-color css
<style>
a { background-color: #01690C; }
a { background-color: rgb(1,105,12); }
div.DivClassName
{
background-color: #01690C;
}
.BgClassName
{
background-color: #01690C;
}
</style>
border-color css
<style>
span { border-color: #01690C; }
span { border-color: rgb(1,105,12); }
td.TdClassName
{
border-color: #01690C;
}
.TagClassName
{
border-color: #01690C;
}
</style>