Shades of Green #01690F
Tints of Green #01690F
RGB
CMYK
RGB Variations
Color information
#01690F (or 0x01690F) is known color: Green. HEX triplet: 01, 69 and 0F. RGB value is (1,105,15). Sum of RGB (Red+Green+Blue) = 1+105+15=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 105 (41.41% from 255 or 86.78% from 121); Blue value is 15 (6.25% from 255 or 12.40% from 121); Max value from RGB is 105 - color contains mainly: green. Hex color #01690F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01690F is #FE96F0. Grayscale: #3F3F3F. Windows color (decimal): -16684785 or 1009921. OLE color: 1009921.
HSL color Cylindrical-coordinate representation of color #01690F: hue angle of 128.08º 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 #01690F is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 105 | 15 | - |
| CMYK | 0.99 | 0 | 0.86 | 0.59 |
| HSL | 128.08º | 0.98% | 0.21% | - |
| HSV(B) | 128.08º | 0.99% | 0.41% | - |
| XYZ | 5.15 | 10.14 | 2.14 | - |
| YUV | 63.64 | 100.54 | 83.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 105 | 15 | 0.99 | 0 | 0.86 | 0.59 | 128.08 | 0.98 | 0.21 |
| Hex | 1 | 69 | F | 63 | 0 | 56 | 3B | 80 | 62 | 15 |
| Octal | 1 | 151 | 17 | 143 | 0 | 126 | 73 | 200 | 142 | 25 |
| Binary | 1 | 1101001 | 1111 | 1100011 | 0 | 1010110 | 111011 | 10000000 | 1100010 | 10101 |
Color Harmonies of #01690F
Complementary color
Monochromatic Colors of #01690F
Black with #01690F
Text Example
Text Example
White with #01690F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01690F; }
p { color: rgb(1,105,15); }
H1.HeaderClassName
{
color: #01690F;
}
.AnyTagClassName
{
color: #01690F;
}
</style>
background-color css
<style>
a { background-color: #01690F; }
a { background-color: rgb(1,105,15); }
div.DivClassName
{
background-color: #01690F;
}
.BgClassName
{
background-color: #01690F;
}
</style>
border-color css
<style>
span { border-color: #01690F; }
span { border-color: rgb(1,105,15); }
td.TdClassName
{
border-color: #01690F;
}
.TagClassName
{
border-color: #01690F;
}
</style>