Shades of Green #00791A
Tints of Green #00791A
RGB
CMYK
RGB Variations
Color information
#00791A (or 0x00791A) is known color: Green. HEX triplet: 00, 79 and 1A. RGB value is (0,121,26). Sum of RGB (Red+Green+Blue) = 0+121+26=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 121 (47.66% from 255 or 82.31% from 147); Blue value is 26 (10.55% from 255 or 17.69% from 147); Max value from RGB is 121 - color contains mainly: green. Hex color #00791A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00791A is #FF86E5. Grayscale: #4A4A4A. Windows color (decimal): -16746214 or 1734912. OLE color: 1734912.
HSL color Cylindrical-coordinate representation of color #00791A: hue angle of 132.89º 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 #00791A is Cyan = 1, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 121 | 26 | - |
| CMYK | 1 | 0 | 0.79 | 0.53 |
| HSL | 132.89º | 1% | 0.24% | - |
| HSV(B) | 132.89º | 1% | 0.47% | - |
| XYZ | 7.02 | 13.75 | 3.26 | - |
| YUV | 73.99 | 100.91 | 75.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 121 | 26 | 1 | 0 | 0.79 | 0.53 | 132.89 | 1 | 0.24 |
| Hex | 0 | 79 | 1A | 64 | 0 | 4F | 35 | 85 | 64 | 18 |
| Octal | 0 | 171 | 32 | 144 | 0 | 117 | 65 | 205 | 144 | 30 |
| Binary | 0 | 1111001 | 11010 | 1100100 | 0 | 1001111 | 110101 | 10000101 | 1100100 | 11000 |
Color Harmonies of #00791A
Complementary color
Monochromatic Colors of #00791A
Black with #00791A
Text Example
Text Example
White with #00791A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00791A; }
p { color: rgb(0,121,26); }
H1.HeaderClassName
{
color: #00791A;
}
.AnyTagClassName
{
color: #00791A;
}
</style>
background-color css
<style>
a { background-color: #00791A; }
a { background-color: rgb(0,121,26); }
div.DivClassName
{
background-color: #00791A;
}
.BgClassName
{
background-color: #00791A;
}
</style>
border-color css
<style>
span { border-color: #00791A; }
span { border-color: rgb(0,121,26); }
td.TdClassName
{
border-color: #00791A;
}
.TagClassName
{
border-color: #00791A;
}
</style>