Shades of Green #007813
Tints of Green #007813
RGB
CMYK
RGB Variations
Color information
#007813 (or 0x007813) is known color: Green. HEX triplet: 00, 78 and 13. RGB value is (0,120,19). Sum of RGB (Red+Green+Blue) = 0+120+19=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 120 (47.27% from 255 or 86.33% from 139); Blue value is 19 (7.81% from 255 or 13.67% from 139); Max value from RGB is 120 - color contains mainly: green. Hex color #007813 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007813 is #FF87EC. Grayscale: #484848. Windows color (decimal): -16746477 or 1275904. OLE color: 1275904.
HSL color Cylindrical-coordinate representation of color #007813: hue angle of 129.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 #007813 is Cyan = 1, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 120 | 19 | - |
| CMYK | 1 | 0 | 0.84 | 0.53 |
| HSL | 129.5º | 1% | 0.24% | - |
| HSV(B) | 129.5º | 1% | 0.47% | - |
| XYZ | 6.83 | 13.48 | 2.86 | - |
| YUV | 72.61 | 97.74 | 76.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 120 | 19 | 1 | 0 | 0.84 | 0.53 | 129.5 | 1 | 0.24 |
| Hex | 0 | 78 | 13 | 64 | 0 | 54 | 35 | 82 | 64 | 18 |
| Octal | 0 | 170 | 23 | 144 | 0 | 124 | 65 | 202 | 144 | 30 |
| Binary | 0 | 1111000 | 10011 | 1100100 | 0 | 1010100 | 110101 | 10000010 | 1100100 | 11000 |
Color Harmonies of #007813
Complementary color
Monochromatic Colors of #007813
Black with #007813
Text Example
Text Example
White with #007813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007813; }
p { color: rgb(0,120,19); }
H1.HeaderClassName
{
color: #007813;
}
.AnyTagClassName
{
color: #007813;
}
</style>
background-color css
<style>
a { background-color: #007813; }
a { background-color: rgb(0,120,19); }
div.DivClassName
{
background-color: #007813;
}
.BgClassName
{
background-color: #007813;
}
</style>
border-color css
<style>
span { border-color: #007813; }
span { border-color: rgb(0,120,19); }
td.TdClassName
{
border-color: #007813;
}
.TagClassName
{
border-color: #007813;
}
</style>