Shades of Green #00771B
Tints of Green #00771B
RGB
CMYK
RGB Variations
Color information
#00771B (or 0x00771B) is known color: Green. HEX triplet: 00, 77 and 1B. RGB value is (0,119,27). Sum of RGB (Red+Green+Blue) = 0+119+27=146 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 146); Green value is 119 (46.88% from 255 or 81.51% from 146); Blue value is 27 (10.94% from 255 or 18.49% from 146); Max value from RGB is 119 - color contains mainly: green. Hex color #00771B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00771B is #FF88E4. Grayscale: #494949. Windows color (decimal): -16746725 or 1799936. OLE color: 1799936.
HSL color Cylindrical-coordinate representation of color #00771B: hue angle of 133.61º 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 #00771B is Cyan = 1, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 119 | 27 | - |
| CMYK | 1 | 0 | 0.77 | 0.53 |
| HSL | 133.61º | 1% | 0.23% | - |
| HSV(B) | 133.61º | 1% | 0.47% | - |
| XYZ | 6.79 | 13.27 | 3.24 | - |
| YUV | 72.93 | 102.08 | 75.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 119 | 27 | 1 | 0 | 0.77 | 0.53 | 133.61 | 1 | 0.23 |
| Hex | 0 | 77 | 1B | 64 | 0 | 4D | 35 | 86 | 64 | 17 |
| Octal | 0 | 167 | 33 | 144 | 0 | 115 | 65 | 206 | 144 | 27 |
| Binary | 0 | 1110111 | 11011 | 1100100 | 0 | 1001101 | 110101 | 10000110 | 1100100 | 10111 |
Color Harmonies of #00771B
Complementary color
Monochromatic Colors of #00771B
Black with #00771B
Text Example
Text Example
White with #00771B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00771B; }
p { color: rgb(0,119,27); }
H1.HeaderClassName
{
color: #00771B;
}
.AnyTagClassName
{
color: #00771B;
}
</style>
background-color css
<style>
a { background-color: #00771B; }
a { background-color: rgb(0,119,27); }
div.DivClassName
{
background-color: #00771B;
}
.BgClassName
{
background-color: #00771B;
}
</style>
border-color css
<style>
span { border-color: #00771B; }
span { border-color: rgb(0,119,27); }
td.TdClassName
{
border-color: #00771B;
}
.TagClassName
{
border-color: #00771B;
}
</style>