Shades of Green #00781F
Tints of Green #00781F
RGB
CMYK
RGB Variations
Color information
#00781F (or 0x00781F) is known color: Green. HEX triplet: 00, 78 and 1F. RGB value is (0,120,31). Sum of RGB (Red+Green+Blue) = 0+120+31=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 120 (47.27% from 255 or 79.47% from 151); Blue value is 31 (12.5% from 255 or 20.53% from 151); Max value from RGB is 120 - color contains mainly: green. Hex color #00781F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00781F is #FF87E0. Grayscale: #4A4A4A. Windows color (decimal): -16746465 or 2062336. OLE color: 2062336.
HSL color Cylindrical-coordinate representation of color #00781F: hue angle of 135.5º 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 #00781F is Cyan = 1, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 120 | 31 | - |
| CMYK | 1 | 0 | 0.74 | 0.53 |
| HSL | 135.5º | 1% | 0.24% | - |
| HSV(B) | 135.5º | 1% | 0.47% | - |
| XYZ | 6.96 | 13.53 | 3.54 | - |
| YUV | 73.97 | 103.74 | 75.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 120 | 31 | 1 | 0 | 0.74 | 0.53 | 135.5 | 1 | 0.24 |
| Hex | 0 | 78 | 1F | 64 | 0 | 4A | 35 | 88 | 64 | 18 |
| Octal | 0 | 170 | 37 | 144 | 0 | 112 | 65 | 210 | 144 | 30 |
| Binary | 0 | 1111000 | 11111 | 1100100 | 0 | 1001010 | 110101 | 10001000 | 1100100 | 11000 |
Color Harmonies of #00781F
Complementary color
Monochromatic Colors of #00781F
Black with #00781F
Text Example
Text Example
White with #00781F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00781F; }
p { color: rgb(0,120,31); }
H1.HeaderClassName
{
color: #00781F;
}
.AnyTagClassName
{
color: #00781F;
}
</style>
background-color css
<style>
a { background-color: #00781F; }
a { background-color: rgb(0,120,31); }
div.DivClassName
{
background-color: #00781F;
}
.BgClassName
{
background-color: #00781F;
}
</style>
border-color css
<style>
span { border-color: #00781F; }
span { border-color: rgb(0,120,31); }
td.TdClassName
{
border-color: #00781F;
}
.TagClassName
{
border-color: #00781F;
}
</style>