Shades of Green #00771A
Tints of Green #00771A
RGB
CMYK
RGB Variations
Color information
#00771A (or 0x00771A) is known color: Green. HEX triplet: 00, 77 and 1A. RGB value is (0,119,26). Sum of RGB (Red+Green+Blue) = 0+119+26=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 119 (46.88% from 255 or 82.07% from 145); Blue value is 26 (10.55% from 255 or 17.93% from 145); Max value from RGB is 119 - color contains mainly: green. Hex color #00771A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00771A is #FF88E5. Grayscale: #494949. Windows color (decimal): -16746726 or 1734400. OLE color: 1734400.
HSL color Cylindrical-coordinate representation of color #00771A: hue angle of 133.11º 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 #00771A is Cyan = 1, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 119 | 26 | - |
| CMYK | 1 | 0 | 0.78 | 0.53 |
| HSL | 133.11º | 1% | 0.23% | - |
| HSV(B) | 133.11º | 1% | 0.47% | - |
| XYZ | 6.78 | 13.27 | 3.18 | - |
| YUV | 72.82 | 101.58 | 76.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 119 | 26 | 1 | 0 | 0.78 | 0.53 | 133.11 | 1 | 0.23 |
| Hex | 0 | 77 | 1A | 64 | 0 | 4E | 35 | 85 | 64 | 17 |
| Octal | 0 | 167 | 32 | 144 | 0 | 116 | 65 | 205 | 144 | 27 |
| Binary | 0 | 1110111 | 11010 | 1100100 | 0 | 1001110 | 110101 | 10000101 | 1100100 | 10111 |
Color Harmonies of #00771A
Complementary color
Monochromatic Colors of #00771A
Black with #00771A
Text Example
Text Example
White with #00771A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00771A; }
p { color: rgb(0,119,26); }
H1.HeaderClassName
{
color: #00771A;
}
.AnyTagClassName
{
color: #00771A;
}
</style>
background-color css
<style>
a { background-color: #00771A; }
a { background-color: rgb(0,119,26); }
div.DivClassName
{
background-color: #00771A;
}
.BgClassName
{
background-color: #00771A;
}
</style>
border-color css
<style>
span { border-color: #00771A; }
span { border-color: rgb(0,119,26); }
td.TdClassName
{
border-color: #00771A;
}
.TagClassName
{
border-color: #00771A;
}
</style>