Shades of Green #007D20
Tints of Green #007D20
RGB
CMYK
RGB Variations
Color information
#007D20 (or 0x007D20) is known color: Green. HEX triplet: 00, 7D and 20. RGB value is (0,125,32). Sum of RGB (Red+Green+Blue) = 0+125+32=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 125 (49.22% from 255 or 79.62% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 125 - color contains mainly: green. Hex color #007D20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007D20 is #FF82DF. Grayscale: #4D4D4D. Windows color (decimal): -16745184 or 2129152. OLE color: 2129152.
HSL color Cylindrical-coordinate representation of color #007D20: hue angle of 135.36º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007D20 is Cyan = 1, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 125 | 32 | - |
| CMYK | 1 | 0 | 0.74 | 0.51 |
| HSL | 135.36º | 1% | 0.25% | - |
| HSV(B) | 135.36º | 1% | 0.49% | - |
| XYZ | 7.59 | 14.77 | 3.82 | - |
| YUV | 77.02 | 102.59 | 73.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 125 | 32 | 1 | 0 | 0.74 | 0.51 | 135.36 | 1 | 0.25 |
| Hex | 0 | 7D | 20 | 64 | 0 | 4A | 33 | 87 | 64 | 19 |
| Octal | 0 | 175 | 40 | 144 | 0 | 112 | 63 | 207 | 144 | 31 |
| Binary | 0 | 1111101 | 100000 | 1100100 | 0 | 1001010 | 110011 | 10000111 | 1100100 | 11001 |
Color Harmonies of #007D20
Complementary color
Monochromatic Colors of #007D20
Black with #007D20
Text Example
Text Example
White with #007D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007D20; }
p { color: rgb(0,125,32); }
H1.HeaderClassName
{
color: #007D20;
}
.AnyTagClassName
{
color: #007D20;
}
</style>
background-color css
<style>
a { background-color: #007D20; }
a { background-color: rgb(0,125,32); }
div.DivClassName
{
background-color: #007D20;
}
.BgClassName
{
background-color: #007D20;
}
</style>
border-color css
<style>
span { border-color: #007D20; }
span { border-color: rgb(0,125,32); }
td.TdClassName
{
border-color: #007D20;
}
.TagClassName
{
border-color: #007D20;
}
</style>