Shades of Green #00700F
Tints of Green #00700F
RGB
CMYK
RGB Variations
Color information
#00700F (or 0x00700F) is known color: Green. HEX triplet: 00, 70 and 0F. RGB value is (0,112,15). Sum of RGB (Red+Green+Blue) = 0+112+15=127 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 127); Green value is 112 (44.14% from 255 or 88.19% from 127); Blue value is 15 (6.25% from 255 or 11.81% from 127); Max value from RGB is 112 - color contains mainly: green. Hex color #00700F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00700F is #FF8FF0. Grayscale: #434343. Windows color (decimal): -16748529 or 1011712. OLE color: 1011712.
HSL color Cylindrical-coordinate representation of color #00700F: hue angle of 128.04º 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 #00700F is Cyan = 1, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 112 | 15 | - |
| CMYK | 1 | 0 | 0.87 | 0.56 |
| HSL | 128.04º | 1% | 0.22% | - |
| HSV(B) | 128.04º | 1% | 0.44% | - |
| XYZ | 5.88 | 11.62 | 2.39 | - |
| YUV | 67.45 | 98.39 | 79.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 112 | 15 | 1 | 0 | 0.87 | 0.56 | 128.04 | 1 | 0.22 |
| Hex | 0 | 70 | F | 64 | 0 | 57 | 38 | 80 | 64 | 16 |
| Octal | 0 | 160 | 17 | 144 | 0 | 127 | 70 | 200 | 144 | 26 |
| Binary | 0 | 1110000 | 1111 | 1100100 | 0 | 1010111 | 111000 | 10000000 | 1100100 | 10110 |
Color Harmonies of #00700F
Complementary color
Monochromatic Colors of #00700F
Black with #00700F
Text Example
Text Example
White with #00700F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00700F; }
p { color: rgb(0,112,15); }
H1.HeaderClassName
{
color: #00700F;
}
.AnyTagClassName
{
color: #00700F;
}
</style>
background-color css
<style>
a { background-color: #00700F; }
a { background-color: rgb(0,112,15); }
div.DivClassName
{
background-color: #00700F;
}
.BgClassName
{
background-color: #00700F;
}
</style>
border-color css
<style>
span { border-color: #00700F; }
span { border-color: rgb(0,112,15); }
td.TdClassName
{
border-color: #00700F;
}
.TagClassName
{
border-color: #00700F;
}
</style>