Shades of Green #01650E
Tints of Green #01650E
RGB
CMYK
RGB Variations
Color information
#01650E (or 0x01650E) is known color: Green. HEX triplet: 01, 65 and 0E. RGB value is (1,101,14). Sum of RGB (Red+Green+Blue) = 1+101+14=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 101 (39.84% from 255 or 87.07% from 116); Blue value is 14 (5.86% from 255 or 12.07% from 116); Max value from RGB is 101 - color contains mainly: green. Hex color #01650E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01650E is #FE9AF1. Grayscale: #3D3D3D. Windows color (decimal): -16685810 or 943361. OLE color: 943361.
HSL color Cylindrical-coordinate representation of color #01650E: hue angle of 127.8º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01650E is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 101 | 14 | - |
| CMYK | 0.99 | 0 | 0.86 | 0.60 |
| HSL | 127.8º | 0.98% | 0.2% | - |
| HSV(B) | 127.8º | 0.99% | 0.4% | - |
| XYZ | 4.75 | 9.35 | 1.97 | - |
| YUV | 61.18 | 101.37 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 101 | 14 | 0.99 | 0 | 0.86 | 0.60 | 127.8 | 0.98 | 0.2 |
| Hex | 1 | 65 | E | 63 | 0 | 56 | 3C | 80 | 62 | 14 |
| Octal | 1 | 145 | 16 | 143 | 0 | 126 | 74 | 200 | 142 | 24 |
| Binary | 1 | 1100101 | 1110 | 1100011 | 0 | 1010110 | 111100 | 10000000 | 1100010 | 10100 |
Color Harmonies of #01650E
Complementary color
Monochromatic Colors of #01650E
Black with #01650E
Text Example
Text Example
White with #01650E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01650E; }
p { color: rgb(1,101,14); }
H1.HeaderClassName
{
color: #01650E;
}
.AnyTagClassName
{
color: #01650E;
}
</style>
background-color css
<style>
a { background-color: #01650E; }
a { background-color: rgb(1,101,14); }
div.DivClassName
{
background-color: #01650E;
}
.BgClassName
{
background-color: #01650E;
}
</style>
border-color css
<style>
span { border-color: #01650E; }
span { border-color: rgb(1,101,14); }
td.TdClassName
{
border-color: #01650E;
}
.TagClassName
{
border-color: #01650E;
}
</style>