Shades of Green #01650B
Tints of Green #01650B
RGB
CMYK
RGB Variations
Color information
#01650B (or 0x01650B) is known color: Green. HEX triplet: 01, 65 and 0B. RGB value is (1,101,11). Sum of RGB (Red+Green+Blue) = 1+101+11=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 101 (39.84% from 255 or 89.38% from 113); Blue value is 11 (4.69% from 255 or 9.73% from 113); Max value from RGB is 101 - color contains mainly: green. Hex color #01650B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01650B is #FE9AF4. Grayscale: #3D3D3D. Windows color (decimal): -16685813 or 746753. OLE color: 746753.
HSL color Cylindrical-coordinate representation of color #01650B: hue angle of 126º 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 #01650B is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 101 | 11 | - |
| CMYK | 0.99 | 0 | 0.89 | 0.60 |
| HSL | 126º | 0.98% | 0.2% | - |
| HSV(B) | 126º | 0.99% | 0.4% | - |
| XYZ | 4.73 | 9.34 | 1.87 | - |
| YUV | 60.84 | 99.87 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 101 | 11 | 0.99 | 0 | 0.89 | 0.60 | 126 | 0.98 | 0.2 |
| Hex | 1 | 65 | B | 63 | 0 | 59 | 3C | 7E | 62 | 14 |
| Octal | 1 | 145 | 13 | 143 | 0 | 131 | 74 | 176 | 142 | 24 |
| Binary | 1 | 1100101 | 1011 | 1100011 | 0 | 1011001 | 111100 | 1111110 | 1100010 | 10100 |
Color Harmonies of #01650B
Complementary color
Monochromatic Colors of #01650B
Black with #01650B
Text Example
Text Example
White with #01650B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01650B; }
p { color: rgb(1,101,11); }
H1.HeaderClassName
{
color: #01650B;
}
.AnyTagClassName
{
color: #01650B;
}
</style>
background-color css
<style>
a { background-color: #01650B; }
a { background-color: rgb(1,101,11); }
div.DivClassName
{
background-color: #01650B;
}
.BgClassName
{
background-color: #01650B;
}
</style>
border-color css
<style>
span { border-color: #01650B; }
span { border-color: rgb(1,101,11); }
td.TdClassName
{
border-color: #01650B;
}
.TagClassName
{
border-color: #01650B;
}
</style>