Shades of Green #008406
Tints of Green #008406
RGB
CMYK
RGB Variations
Color information
#008406 (or 0x008406) is known color: Green. HEX triplet: 00, 84 and 06. RGB value is (0,132,6). Sum of RGB (Red+Green+Blue) = 0+132+6=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 132 (51.95% from 255 or 95.65% from 138); Blue value is 6 (2.73% from 255 or 4.35% from 138); Max value from RGB is 132 - color contains mainly: green. Hex color #008406 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008406 is #FF7BF9. Grayscale: #4E4E4E. Windows color (decimal): -16743418 or 427008. OLE color: 427008.
HSL color Cylindrical-coordinate representation of color #008406: hue angle of 122.73º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008406 is Cyan = 1, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 132 | 6 | - |
| CMYK | 1 | 0 | 0.95 | 0.48 |
| HSL | 122.73º | 1% | 0.26% | - |
| HSV(B) | 122.73º | 1% | 0.52% | - |
| XYZ | 8.28 | 16.52 | 2.92 | - |
| YUV | 78.17 | 87.27 | 72.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 132 | 6 | 1 | 0 | 0.95 | 0.48 | 122.73 | 1 | 0.26 |
| Hex | 0 | 84 | 6 | 64 | 0 | 5F | 30 | 7B | 64 | 1A |
| Octal | 0 | 204 | 6 | 144 | 0 | 137 | 60 | 173 | 144 | 32 |
| Binary | 0 | 10000100 | 110 | 1100100 | 0 | 1011111 | 110000 | 1111011 | 1100100 | 11010 |
Color Harmonies of #008406
Complementary color
Monochromatic Colors of #008406
Black with #008406
Text Example
Text Example
White with #008406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008406; }
p { color: rgb(0,132,6); }
H1.HeaderClassName
{
color: #008406;
}
.AnyTagClassName
{
color: #008406;
}
</style>
background-color css
<style>
a { background-color: #008406; }
a { background-color: rgb(0,132,6); }
div.DivClassName
{
background-color: #008406;
}
.BgClassName
{
background-color: #008406;
}
</style>
border-color css
<style>
span { border-color: #008406; }
span { border-color: rgb(0,132,6); }
td.TdClassName
{
border-color: #008406;
}
.TagClassName
{
border-color: #008406;
}
</style>