Shades of Green #00771D
Tints of Green #00771D
RGB
CMYK
RGB Variations
Color information
#00771D (or 0x00771D) is known color: Green. HEX triplet: 00, 77 and 1D. RGB value is (0,119,29). Sum of RGB (Red+Green+Blue) = 0+119+29=148 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 148); Green value is 119 (46.88% from 255 or 80.41% from 148); Blue value is 29 (11.72% from 255 or 19.59% from 148); Max value from RGB is 119 - color contains mainly: green. Hex color #00771D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00771D is #FF88E2. Grayscale: #494949. Windows color (decimal): -16746723 or 1931008. OLE color: 1931008.
HSL color Cylindrical-coordinate representation of color #00771D: hue angle of 134.62º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00771D is Cyan = 1, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 119 | 29 | - |
| CMYK | 1 | 0 | 0.76 | 0.53 |
| HSL | 134.62º | 1% | 0.23% | - |
| HSV(B) | 134.62º | 1% | 0.47% | - |
| XYZ | 6.82 | 13.28 | 3.37 | - |
| YUV | 73.16 | 103.08 | 75.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 119 | 29 | 1 | 0 | 0.76 | 0.53 | 134.62 | 1 | 0.23 |
| Hex | 0 | 77 | 1D | 64 | 0 | 4C | 35 | 87 | 64 | 17 |
| Octal | 0 | 167 | 35 | 144 | 0 | 114 | 65 | 207 | 144 | 27 |
| Binary | 0 | 1110111 | 11101 | 1100100 | 0 | 1001100 | 110101 | 10000111 | 1100100 | 10111 |
Color Harmonies of #00771D
Complementary color
Monochromatic Colors of #00771D
Black with #00771D
Text Example
Text Example
White with #00771D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00771D; }
p { color: rgb(0,119,29); }
H1.HeaderClassName
{
color: #00771D;
}
.AnyTagClassName
{
color: #00771D;
}
</style>
background-color css
<style>
a { background-color: #00771D; }
a { background-color: rgb(0,119,29); }
div.DivClassName
{
background-color: #00771D;
}
.BgClassName
{
background-color: #00771D;
}
</style>
border-color css
<style>
span { border-color: #00771D; }
span { border-color: rgb(0,119,29); }
td.TdClassName
{
border-color: #00771D;
}
.TagClassName
{
border-color: #00771D;
}
</style>