Shades of Green #00781A
Tints of Green #00781A
RGB
CMYK
RGB Variations
Color information
#00781A (or 0x00781A) is known color: Green. HEX triplet: 00, 78 and 1A. RGB value is (0,120,26). Sum of RGB (Red+Green+Blue) = 0+120+26=146 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 146); Green value is 120 (47.27% from 255 or 82.19% from 146); Blue value is 26 (10.55% from 255 or 17.81% from 146); Max value from RGB is 120 - color contains mainly: green. Hex color #00781A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00781A is #FF87E5. Grayscale: #494949. Windows color (decimal): -16746470 or 1734656. OLE color: 1734656.
HSL color Cylindrical-coordinate representation of color #00781A: hue angle of 133º 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 #00781A is Cyan = 1, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 120 | 26 | - |
| CMYK | 1 | 0 | 0.78 | 0.53 |
| HSL | 133º | 1% | 0.24% | - |
| HSV(B) | 133º | 1% | 0.47% | - |
| XYZ | 6.9 | 13.51 | 3.22 | - |
| YUV | 73.4 | 101.24 | 75.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 120 | 26 | 1 | 0 | 0.78 | 0.53 | 133 | 1 | 0.24 |
| Hex | 0 | 78 | 1A | 64 | 0 | 4E | 35 | 85 | 64 | 18 |
| Octal | 0 | 170 | 32 | 144 | 0 | 116 | 65 | 205 | 144 | 30 |
| Binary | 0 | 1111000 | 11010 | 1100100 | 0 | 1001110 | 110101 | 10000101 | 1100100 | 11000 |
Color Harmonies of #00781A
Complementary color
Monochromatic Colors of #00781A
Black with #00781A
Text Example
Text Example
White with #00781A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00781A; }
p { color: rgb(0,120,26); }
H1.HeaderClassName
{
color: #00781A;
}
.AnyTagClassName
{
color: #00781A;
}
</style>
background-color css
<style>
a { background-color: #00781A; }
a { background-color: rgb(0,120,26); }
div.DivClassName
{
background-color: #00781A;
}
.BgClassName
{
background-color: #00781A;
}
</style>
border-color css
<style>
span { border-color: #00781A; }
span { border-color: rgb(0,120,26); }
td.TdClassName
{
border-color: #00781A;
}
.TagClassName
{
border-color: #00781A;
}
</style>