Shades of Green #00770B
Tints of Green #00770B
RGB
CMYK
RGB Variations
Color information
#00770B (or 0x00770B) is known color: Green. HEX triplet: 00, 77 and 0B. RGB value is (0,119,11). Sum of RGB (Red+Green+Blue) = 0+119+11=130 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 130); Green value is 119 (46.88% from 255 or 91.54% from 130); Blue value is 11 (4.69% from 255 or 8.46% from 130); Max value from RGB is 119 - color contains mainly: green. Hex color #00770B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00770B is #FF88F4. Grayscale: #474747. Windows color (decimal): -16746741 or 751360. OLE color: 751360.
HSL color Cylindrical-coordinate representation of color #00770B: hue angle of 125.55º 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 #00770B is Cyan = 1, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 119 | 11 | - |
| CMYK | 1 | 0 | 0.91 | 0.53 |
| HSL | 125.55º | 1% | 0.23% | - |
| HSV(B) | 125.55º | 1% | 0.47% | - |
| XYZ | 6.66 | 13.22 | 2.52 | - |
| YUV | 71.11 | 94.08 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 119 | 11 | 1 | 0 | 0.91 | 0.53 | 125.55 | 1 | 0.23 |
| Hex | 0 | 77 | B | 64 | 0 | 5B | 35 | 7E | 64 | 17 |
| Octal | 0 | 167 | 13 | 144 | 0 | 133 | 65 | 176 | 144 | 27 |
| Binary | 0 | 1110111 | 1011 | 1100100 | 0 | 1011011 | 110101 | 1111110 | 1100100 | 10111 |
Color Harmonies of #00770B
Complementary color
Monochromatic Colors of #00770B
Black with #00770B
Text Example
Text Example
White with #00770B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00770B; }
p { color: rgb(0,119,11); }
H1.HeaderClassName
{
color: #00770B;
}
.AnyTagClassName
{
color: #00770B;
}
</style>
background-color css
<style>
a { background-color: #00770B; }
a { background-color: rgb(0,119,11); }
div.DivClassName
{
background-color: #00770B;
}
.BgClassName
{
background-color: #00770B;
}
</style>
border-color css
<style>
span { border-color: #00770B; }
span { border-color: rgb(0,119,11); }
td.TdClassName
{
border-color: #00770B;
}
.TagClassName
{
border-color: #00770B;
}
</style>