Shades of Green #006414
Tints of Green #006414
RGB
CMYK
RGB Variations
Color information
#006414 (or 0x006414) is known color: Green. HEX triplet: 00, 64 and 14. RGB value is (0,100,20). Sum of RGB (Red+Green+Blue) = 0+100+20=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 100 (39.45% from 255 or 83.33% from 120); Blue value is 20 (8.20% from 255 or 16.67% from 120); Max value from RGB is 100 - color contains mainly: green. Hex color #006414 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006414 is #FF9BEB. Grayscale: #3D3D3D. Windows color (decimal): -16751596 or 1336320. OLE color: 1336320.
HSL color Cylindrical-coordinate representation of color #006414: hue angle of 132º 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 #006414 is Cyan = 1, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 100 | 20 | - |
| CMYK | 1 | 0 | 0.8 | 0.61 |
| HSL | 132º | 1% | 0.2% | - |
| HSV(B) | 132º | 1% | 0.39% | - |
| XYZ | 4.68 | 9.16 | 2.18 | - |
| YUV | 60.98 | 104.87 | 84.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 100 | 20 | 1 | 0 | 0.8 | 0.61 | 132 | 1 | 0.2 |
| Hex | 0 | 64 | 14 | 64 | 0 | 50 | 3D | 84 | 64 | 14 |
| Octal | 0 | 144 | 24 | 144 | 0 | 120 | 75 | 204 | 144 | 24 |
| Binary | 0 | 1100100 | 10100 | 1100100 | 0 | 1010000 | 111101 | 10000100 | 1100100 | 10100 |
Color Harmonies of #006414
Complementary color
Monochromatic Colors of #006414
Black with #006414
Text Example
Text Example
White with #006414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006414; }
p { color: rgb(0,100,20); }
H1.HeaderClassName
{
color: #006414;
}
.AnyTagClassName
{
color: #006414;
}
</style>
background-color css
<style>
a { background-color: #006414; }
a { background-color: rgb(0,100,20); }
div.DivClassName
{
background-color: #006414;
}
.BgClassName
{
background-color: #006414;
}
</style>
border-color css
<style>
span { border-color: #006414; }
span { border-color: rgb(0,100,20); }
td.TdClassName
{
border-color: #006414;
}
.TagClassName
{
border-color: #006414;
}
</style>