Shades of Green #008106
Tints of Green #008106
RGB
CMYK
RGB Variations
Color information
#008106 (or 0x008106) is known color: Green. HEX triplet: 00, 81 and 06. RGB value is (0,129,6). Sum of RGB (Red+Green+Blue) = 0+129+6=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 129 (50.78% from 255 or 95.56% from 135); Blue value is 6 (2.73% from 255 or 4.44% from 135); Max value from RGB is 129 - color contains mainly: green. Hex color #008106 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008106 is #FF7EF9. Grayscale: #4C4C4C. Windows color (decimal): -16744186 or 426240. OLE color: 426240.
HSL color Cylindrical-coordinate representation of color #008106: hue angle of 122.79º 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 #008106 is Cyan = 1, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 129 | 6 | - |
| CMYK | 1 | 0 | 0.95 | 0.49 |
| HSL | 122.79º | 1% | 0.25% | - |
| HSV(B) | 122.79º | 1% | 0.51% | - |
| XYZ | 7.88 | 15.71 | 2.79 | - |
| YUV | 76.41 | 88.26 | 73.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 129 | 6 | 1 | 0 | 0.95 | 0.49 | 122.79 | 1 | 0.25 |
| Hex | 0 | 81 | 6 | 64 | 0 | 5F | 31 | 7B | 64 | 19 |
| Octal | 0 | 201 | 6 | 144 | 0 | 137 | 61 | 173 | 144 | 31 |
| Binary | 0 | 10000001 | 110 | 1100100 | 0 | 1011111 | 110001 | 1111011 | 1100100 | 11001 |
Color Harmonies of #008106
Complementary color
Monochromatic Colors of #008106
Black with #008106
Text Example
Text Example
White with #008106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008106; }
p { color: rgb(0,129,6); }
H1.HeaderClassName
{
color: #008106;
}
.AnyTagClassName
{
color: #008106;
}
</style>
background-color css
<style>
a { background-color: #008106; }
a { background-color: rgb(0,129,6); }
div.DivClassName
{
background-color: #008106;
}
.BgClassName
{
background-color: #008106;
}
</style>
border-color css
<style>
span { border-color: #008106; }
span { border-color: rgb(0,129,6); }
td.TdClassName
{
border-color: #008106;
}
.TagClassName
{
border-color: #008106;
}
</style>