Shades of Green #00791E
Tints of Green #00791E
RGB
CMYK
RGB Variations
Color information
#00791E (or 0x00791E) is known color: Green. HEX triplet: 00, 79 and 1E. RGB value is (0,121,30). Sum of RGB (Red+Green+Blue) = 0+121+30=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 121 (47.66% from 255 or 80.13% from 151); Blue value is 30 (12.11% from 255 or 19.87% from 151); Max value from RGB is 121 - color contains mainly: green. Hex color #00791E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00791E is #FF86E1. Grayscale: #4A4A4A. Windows color (decimal): -16746210 or 1997056. OLE color: 1997056.
HSL color Cylindrical-coordinate representation of color #00791E: hue angle of 134.88º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00791E is Cyan = 1, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 121 | 30 | - |
| CMYK | 1 | 0 | 0.75 | 0.53 |
| HSL | 134.88º | 1% | 0.24% | - |
| HSV(B) | 134.88º | 1% | 0.47% | - |
| XYZ | 7.07 | 13.77 | 3.51 | - |
| YUV | 74.45 | 102.91 | 74.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 121 | 30 | 1 | 0 | 0.75 | 0.53 | 134.88 | 1 | 0.24 |
| Hex | 0 | 79 | 1E | 64 | 0 | 4B | 35 | 87 | 64 | 18 |
| Octal | 0 | 171 | 36 | 144 | 0 | 113 | 65 | 207 | 144 | 30 |
| Binary | 0 | 1111001 | 11110 | 1100100 | 0 | 1001011 | 110101 | 10000111 | 1100100 | 11000 |
Color Harmonies of #00791E
Complementary color
Monochromatic Colors of #00791E
Black with #00791E
Text Example
Text Example
White with #00791E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00791E; }
p { color: rgb(0,121,30); }
H1.HeaderClassName
{
color: #00791E;
}
.AnyTagClassName
{
color: #00791E;
}
</style>
background-color css
<style>
a { background-color: #00791E; }
a { background-color: rgb(0,121,30); }
div.DivClassName
{
background-color: #00791E;
}
.BgClassName
{
background-color: #00791E;
}
</style>
border-color css
<style>
span { border-color: #00791E; }
span { border-color: rgb(0,121,30); }
td.TdClassName
{
border-color: #00791E;
}
.TagClassName
{
border-color: #00791E;
}
</style>