Shades of Green #008206
Tints of Green #008206
RGB
CMYK
RGB Variations
Color information
#008206 (or 0x008206) is known color: Green. HEX triplet: 00, 82 and 06. RGB value is (0,130,6). Sum of RGB (Red+Green+Blue) = 0+130+6=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 130 (51.17% from 255 or 95.59% from 136); Blue value is 6 (2.73% from 255 or 4.41% from 136); Max value from RGB is 130 - color contains mainly: green. Hex color #008206 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008206 is #FF7DF9. Grayscale: #4D4D4D. Windows color (decimal): -16743930 or 426496. OLE color: 426496.
HSL color Cylindrical-coordinate representation of color #008206: hue angle of 122.77º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008206 is Cyan = 1, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 130 | 6 | - |
| CMYK | 1 | 0 | 0.95 | 0.49 |
| HSL | 122.77º | 1% | 0.25% | - |
| HSV(B) | 122.77º | 1% | 0.51% | - |
| XYZ | 8.02 | 15.98 | 2.83 | - |
| YUV | 76.99 | 87.93 | 73.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 130 | 6 | 1 | 0 | 0.95 | 0.49 | 122.77 | 1 | 0.25 |
| Hex | 0 | 82 | 6 | 64 | 0 | 5F | 31 | 7B | 64 | 19 |
| Octal | 0 | 202 | 6 | 144 | 0 | 137 | 61 | 173 | 144 | 31 |
| Binary | 0 | 10000010 | 110 | 1100100 | 0 | 1011111 | 110001 | 1111011 | 1100100 | 11001 |
Color Harmonies of #008206
Complementary color
Monochromatic Colors of #008206
Black with #008206
Text Example
Text Example
White with #008206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008206; }
p { color: rgb(0,130,6); }
H1.HeaderClassName
{
color: #008206;
}
.AnyTagClassName
{
color: #008206;
}
</style>
background-color css
<style>
a { background-color: #008206; }
a { background-color: rgb(0,130,6); }
div.DivClassName
{
background-color: #008206;
}
.BgClassName
{
background-color: #008206;
}
</style>
border-color css
<style>
span { border-color: #008206; }
span { border-color: rgb(0,130,6); }
td.TdClassName
{
border-color: #008206;
}
.TagClassName
{
border-color: #008206;
}
</style>