Shades of Green #008107
Tints of Green #008107
RGB
CMYK
RGB Variations
Color information
#008107 (or 0x008107) is known color: Green. HEX triplet: 00, 81 and 07. RGB value is (0,129,7). Sum of RGB (Red+Green+Blue) = 0+129+7=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 129 (50.78% from 255 or 94.85% from 136); Blue value is 7 (3.12% from 255 or 5.15% from 136); Max value from RGB is 129 - color contains mainly: green. Hex color #008107 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008107 is #FF7EF8. Grayscale: #4C4C4C. Windows color (decimal): -16744185 or 491776. OLE color: 491776.
HSL color Cylindrical-coordinate representation of color #008107: hue angle of 123.26º 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 #008107 is Cyan = 1, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 129 | 7 | - |
| CMYK | 1 | 0 | 0.95 | 0.49 |
| HSL | 123.26º | 1% | 0.25% | - |
| HSV(B) | 123.26º | 1% | 0.51% | - |
| XYZ | 7.89 | 15.72 | 2.82 | - |
| YUV | 76.52 | 88.76 | 73.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 129 | 7 | 1 | 0 | 0.95 | 0.49 | 123.26 | 1 | 0.25 |
| Hex | 0 | 81 | 7 | 64 | 0 | 5F | 31 | 7B | 64 | 19 |
| Octal | 0 | 201 | 7 | 144 | 0 | 137 | 61 | 173 | 144 | 31 |
| Binary | 0 | 10000001 | 111 | 1100100 | 0 | 1011111 | 110001 | 1111011 | 1100100 | 11001 |
Color Harmonies of #008107
Complementary color
Monochromatic Colors of #008107
Black with #008107
Text Example
Text Example
White with #008107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008107; }
p { color: rgb(0,129,7); }
H1.HeaderClassName
{
color: #008107;
}
.AnyTagClassName
{
color: #008107;
}
</style>
background-color css
<style>
a { background-color: #008107; }
a { background-color: rgb(0,129,7); }
div.DivClassName
{
background-color: #008107;
}
.BgClassName
{
background-color: #008107;
}
</style>
border-color css
<style>
span { border-color: #008107; }
span { border-color: rgb(0,129,7); }
td.TdClassName
{
border-color: #008107;
}
.TagClassName
{
border-color: #008107;
}
</style>