Shades of Green #006410
Tints of Green #006410
RGB
CMYK
RGB Variations
Color information
#006410 (or 0x006410) is known color: Green. HEX triplet: 00, 64 and 10. RGB value is (0,100,16). Sum of RGB (Red+Green+Blue) = 0+100+16=116 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 116); Green value is 100 (39.45% from 255 or 86.21% from 116); Blue value is 16 (6.64% from 255 or 13.79% from 116); Max value from RGB is 100 - color contains mainly: green. Hex color #006410 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006410 is #FF9BEF. Grayscale: #3C3C3C. Windows color (decimal): -16751600 or 1074176. OLE color: 1074176.
HSL color Cylindrical-coordinate representation of color #006410: hue angle of 129.6º 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 #006410 is Cyan = 1, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 100 | 16 | - |
| CMYK | 1 | 0 | 0.84 | 0.61 |
| HSL | 129.6º | 1% | 0.2% | - |
| HSV(B) | 129.6º | 1% | 0.39% | - |
| XYZ | 4.65 | 9.15 | 2.01 | - |
| YUV | 60.52 | 102.87 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 100 | 16 | 1 | 0 | 0.84 | 0.61 | 129.6 | 1 | 0.2 |
| Hex | 0 | 64 | 10 | 64 | 0 | 54 | 3D | 82 | 64 | 14 |
| Octal | 0 | 144 | 20 | 144 | 0 | 124 | 75 | 202 | 144 | 24 |
| Binary | 0 | 1100100 | 10000 | 1100100 | 0 | 1010100 | 111101 | 10000010 | 1100100 | 10100 |
Color Harmonies of #006410
Complementary color
Monochromatic Colors of #006410
Black with #006410
Text Example
Text Example
White with #006410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006410; }
p { color: rgb(0,100,16); }
H1.HeaderClassName
{
color: #006410;
}
.AnyTagClassName
{
color: #006410;
}
</style>
background-color css
<style>
a { background-color: #006410; }
a { background-color: rgb(0,100,16); }
div.DivClassName
{
background-color: #006410;
}
.BgClassName
{
background-color: #006410;
}
</style>
border-color css
<style>
span { border-color: #006410; }
span { border-color: rgb(0,100,16); }
td.TdClassName
{
border-color: #006410;
}
.TagClassName
{
border-color: #006410;
}
</style>