Shades of Green #00700E
Tints of Green #00700E
RGB
CMYK
RGB Variations
Color information
#00700E (or 0x00700E) is known color: Green. HEX triplet: 00, 70 and 0E. RGB value is (0,112,14). Sum of RGB (Red+Green+Blue) = 0+112+14=126 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 126); Green value is 112 (44.14% from 255 or 88.89% from 126); Blue value is 14 (5.86% from 255 or 11.11% from 126); Max value from RGB is 112 - color contains mainly: green. Hex color #00700E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00700E is #FF8FF1. Grayscale: #434343. Windows color (decimal): -16748530 or 946176. OLE color: 946176.
HSL color Cylindrical-coordinate representation of color #00700E: hue angle of 127.5º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00700E is Cyan = 1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 112 | 14 | - |
| CMYK | 1 | 0 | 0.88 | 0.56 |
| HSL | 127.5º | 1% | 0.22% | - |
| HSV(B) | 127.5º | 1% | 0.44% | - |
| XYZ | 5.87 | 11.62 | 2.35 | - |
| YUV | 67.34 | 97.89 | 79.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 112 | 14 | 1 | 0 | 0.88 | 0.56 | 127.5 | 1 | 0.22 |
| Hex | 0 | 70 | E | 64 | 0 | 58 | 38 | 80 | 64 | 16 |
| Octal | 0 | 160 | 16 | 144 | 0 | 130 | 70 | 200 | 144 | 26 |
| Binary | 0 | 1110000 | 1110 | 1100100 | 0 | 1011000 | 111000 | 10000000 | 1100100 | 10110 |
Color Harmonies of #00700E
Complementary color
Monochromatic Colors of #00700E
Black with #00700E
Text Example
Text Example
White with #00700E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00700E; }
p { color: rgb(0,112,14); }
H1.HeaderClassName
{
color: #00700E;
}
.AnyTagClassName
{
color: #00700E;
}
</style>
background-color css
<style>
a { background-color: #00700E; }
a { background-color: rgb(0,112,14); }
div.DivClassName
{
background-color: #00700E;
}
.BgClassName
{
background-color: #00700E;
}
</style>
border-color css
<style>
span { border-color: #00700E; }
span { border-color: rgb(0,112,14); }
td.TdClassName
{
border-color: #00700E;
}
.TagClassName
{
border-color: #00700E;
}
</style>