Shades of Green #007001
Tints of Green #007001
RGB
CMYK
RGB Variations
Color information
#007001 (or 0x007001) is known color: Green. HEX triplet: 00, 70 and 01. RGB value is (0,112,1). Sum of RGB (Red+Green+Blue) = 0+112+1=113 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 113); Green value is 112 (44.14% from 255 or 99.12% from 113); Blue value is 1 (0.78% from 255 or 0.88% from 113); Max value from RGB is 112 - color contains mainly: green. Hex color #007001 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007001 is #FF8FFE. Grayscale: #424242. Windows color (decimal): -16748543 or 94208. OLE color: 94208.
HSL color Cylindrical-coordinate representation of color #007001: hue angle of 120.54º 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 #007001 is Cyan = 1, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 112 | 1 | - |
| CMYK | 1 | 0 | 0.99 | 0.56 |
| HSL | 120.54º | 1% | 0.22% | - |
| HSV(B) | 120.54º | 1% | 0.44% | - |
| XYZ | 5.8 | 11.59 | 1.96 | - |
| YUV | 65.86 | 91.39 | 81.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 112 | 1 | 1 | 0 | 0.99 | 0.56 | 120.54 | 1 | 0.22 |
| Hex | 0 | 70 | 1 | 64 | 0 | 63 | 38 | 79 | 64 | 16 |
| Octal | 0 | 160 | 1 | 144 | 0 | 143 | 70 | 171 | 144 | 26 |
| Binary | 0 | 1110000 | 1 | 1100100 | 0 | 1100011 | 111000 | 1111001 | 1100100 | 10110 |
Color Harmonies of #007001
Complementary color
Monochromatic Colors of #007001
Black with #007001
Text Example
Text Example
White with #007001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007001; }
p { color: rgb(0,112,1); }
H1.HeaderClassName
{
color: #007001;
}
.AnyTagClassName
{
color: #007001;
}
</style>
background-color css
<style>
a { background-color: #007001; }
a { background-color: rgb(0,112,1); }
div.DivClassName
{
background-color: #007001;
}
.BgClassName
{
background-color: #007001;
}
</style>
border-color css
<style>
span { border-color: #007001; }
span { border-color: rgb(0,112,1); }
td.TdClassName
{
border-color: #007001;
}
.TagClassName
{
border-color: #007001;
}
</style>