Shades of Green #00640E
Tints of Green #00640E
RGB
CMYK
RGB Variations
Color information
#00640E (or 0x00640E) is known color: Green. HEX triplet: 00, 64 and 0E. RGB value is (0,100,14). Sum of RGB (Red+Green+Blue) = 0+100+14=114 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 114); Green value is 100 (39.45% from 255 or 87.72% from 114); Blue value is 14 (5.86% from 255 or 12.28% from 114); Max value from RGB is 100 - color contains mainly: green. Hex color #00640E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00640E is #FF9BF1. Grayscale: #3C3C3C. Windows color (decimal): -16751602 or 943104. OLE color: 943104.
HSL color Cylindrical-coordinate representation of color #00640E: hue angle of 128.4º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00640E is Cyan = 1, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 100 | 14 | - |
| CMYK | 1 | 0 | 0.86 | 0.61 |
| HSL | 128.4º | 1% | 0.2% | - |
| HSV(B) | 128.4º | 1% | 0.39% | - |
| XYZ | 4.64 | 9.15 | 1.94 | - |
| YUV | 60.3 | 101.87 | 84.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 100 | 14 | 1 | 0 | 0.86 | 0.61 | 128.4 | 1 | 0.2 |
| Hex | 0 | 64 | E | 64 | 0 | 56 | 3D | 80 | 64 | 14 |
| Octal | 0 | 144 | 16 | 144 | 0 | 126 | 75 | 200 | 144 | 24 |
| Binary | 0 | 1100100 | 1110 | 1100100 | 0 | 1010110 | 111101 | 10000000 | 1100100 | 10100 |
Color Harmonies of #00640E
Complementary color
Monochromatic Colors of #00640E
Black with #00640E
Text Example
Text Example
White with #00640E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00640E; }
p { color: rgb(0,100,14); }
H1.HeaderClassName
{
color: #00640E;
}
.AnyTagClassName
{
color: #00640E;
}
</style>
background-color css
<style>
a { background-color: #00640E; }
a { background-color: rgb(0,100,14); }
div.DivClassName
{
background-color: #00640E;
}
.BgClassName
{
background-color: #00640E;
}
</style>
border-color css
<style>
span { border-color: #00640E; }
span { border-color: rgb(0,100,14); }
td.TdClassName
{
border-color: #00640E;
}
.TagClassName
{
border-color: #00640E;
}
</style>