Shades of Green #00791B
Tints of Green #00791B
RGB
CMYK
RGB Variations
Color information
#00791B (or 0x00791B) is known color: Green. HEX triplet: 00, 79 and 1B. RGB value is (0,121,27). Sum of RGB (Red+Green+Blue) = 0+121+27=148 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 148); Green value is 121 (47.66% from 255 or 81.76% from 148); Blue value is 27 (10.94% from 255 or 18.24% from 148); Max value from RGB is 121 - color contains mainly: green. Hex color #00791B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00791B is #FF86E4. Grayscale: #4A4A4A. Windows color (decimal): -16746213 or 1800448. OLE color: 1800448.
HSL color Cylindrical-coordinate representation of color #00791B: hue angle of 133.39º 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 #00791B is Cyan = 1, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 121 | 27 | - |
| CMYK | 1 | 0 | 0.78 | 0.53 |
| HSL | 133.39º | 1% | 0.24% | - |
| HSV(B) | 133.39º | 1% | 0.47% | - |
| XYZ | 7.04 | 13.75 | 3.32 | - |
| YUV | 74.11 | 101.41 | 75.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 121 | 27 | 1 | 0 | 0.78 | 0.53 | 133.39 | 1 | 0.24 |
| Hex | 0 | 79 | 1B | 64 | 0 | 4E | 35 | 85 | 64 | 18 |
| Octal | 0 | 171 | 33 | 144 | 0 | 116 | 65 | 205 | 144 | 30 |
| Binary | 0 | 1111001 | 11011 | 1100100 | 0 | 1001110 | 110101 | 10000101 | 1100100 | 11000 |
Color Harmonies of #00791B
Complementary color
Monochromatic Colors of #00791B
Black with #00791B
Text Example
Text Example
White with #00791B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00791B; }
p { color: rgb(0,121,27); }
H1.HeaderClassName
{
color: #00791B;
}
.AnyTagClassName
{
color: #00791B;
}
</style>
background-color css
<style>
a { background-color: #00791B; }
a { background-color: rgb(0,121,27); }
div.DivClassName
{
background-color: #00791B;
}
.BgClassName
{
background-color: #00791B;
}
</style>
border-color css
<style>
span { border-color: #00791B; }
span { border-color: rgb(0,121,27); }
td.TdClassName
{
border-color: #00791B;
}
.TagClassName
{
border-color: #00791B;
}
</style>