Shades of Green #01690A
Tints of Green #01690A
RGB
CMYK
RGB Variations
Color information
#01690A (or 0x01690A) is known color: Green. HEX triplet: 01, 69 and 0A. RGB value is (1,105,10). Sum of RGB (Red+Green+Blue) = 1+105+10=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 105 (41.41% from 255 or 90.52% from 116); Blue value is 10 (4.30% from 255 or 8.62% from 116); Max value from RGB is 105 - color contains mainly: green. Hex color #01690A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01690A is #FE96F5. Grayscale: #3F3F3F. Windows color (decimal): -16684790 or 682241. OLE color: 682241.
HSL color Cylindrical-coordinate representation of color #01690A: hue angle of 125.19º 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 #01690A is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 105 | 10 | - |
| CMYK | 0.99 | 0 | 0.90 | 0.59 |
| HSL | 125.19º | 0.98% | 0.21% | - |
| HSV(B) | 125.19º | 0.99% | 0.41% | - |
| XYZ | 5.12 | 10.13 | 1.97 | - |
| YUV | 63.07 | 98.04 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 105 | 10 | 0.99 | 0 | 0.90 | 0.59 | 125.19 | 0.98 | 0.21 |
| Hex | 1 | 69 | A | 63 | 0 | 5A | 3B | 7D | 62 | 15 |
| Octal | 1 | 151 | 12 | 143 | 0 | 132 | 73 | 175 | 142 | 25 |
| Binary | 1 | 1101001 | 1010 | 1100011 | 0 | 1011010 | 111011 | 1111101 | 1100010 | 10101 |
Color Harmonies of #01690A
Complementary color
Monochromatic Colors of #01690A
Black with #01690A
Text Example
Text Example
White with #01690A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01690A; }
p { color: rgb(1,105,10); }
H1.HeaderClassName
{
color: #01690A;
}
.AnyTagClassName
{
color: #01690A;
}
</style>
background-color css
<style>
a { background-color: #01690A; }
a { background-color: rgb(1,105,10); }
div.DivClassName
{
background-color: #01690A;
}
.BgClassName
{
background-color: #01690A;
}
</style>
border-color css
<style>
span { border-color: #01690A; }
span { border-color: rgb(1,105,10); }
td.TdClassName
{
border-color: #01690A;
}
.TagClassName
{
border-color: #01690A;
}
</style>