Shades of Green #0D790E
Tints of Green #0D790E
RGB
CMYK
RGB Variations
Color information
#0D790E (or 0x0D790E) is known color: Green. HEX triplet: 0D, 79 and 0E. RGB value is (13,121,14). Sum of RGB (Red+Green+Blue) = 13+121+14=148 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.78% from 148); Green value is 121 (47.66% from 255 or 81.76% from 148); Blue value is 14 (5.86% from 255 or 9.46% from 148); Max value from RGB is 121 - color contains mainly: green. Hex color #0D790E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D790E is #F286F1. Grayscale: #4C4C4C. Windows color (decimal): -15894258 or 948493. OLE color: 948493.
HSL color Cylindrical-coordinate representation of color #0D790E: hue angle of 120.56º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D790E is Cyan = 0.89, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 13 | 121 | 14 | - |
| CMYK | 0.89 | 0 | 0.88 | 0.53 |
| HSL | 120.56º | 0.81% | 0.26% | - |
| HSV(B) | 120.56º | 0.89% | 0.47% | - |
| XYZ | 7.08 | 13.79 | 2.7 | - |
| YUV | 76.51 | 92.72 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 121 | 14 | 0.89 | 0 | 0.88 | 0.53 | 120.56 | 0.81 | 0.26 |
| Hex | D | 79 | E | 59 | 0 | 58 | 35 | 79 | 51 | 1A |
| Octal | 15 | 171 | 16 | 131 | 0 | 130 | 65 | 171 | 121 | 32 |
| Binary | 1101 | 1111001 | 1110 | 1011001 | 0 | 1011000 | 110101 | 1111001 | 1010001 | 11010 |
Color Harmonies of #0D790E
Complementary color
Monochromatic Colors of #0D790E
Black with #0D790E
Text Example
Text Example
White with #0D790E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D790E; }
p { color: rgb(13,121,14); }
H1.HeaderClassName
{
color: #0D790E;
}
.AnyTagClassName
{
color: #0D790E;
}
</style>
background-color css
<style>
a { background-color: #0D790E; }
a { background-color: rgb(13,121,14); }
div.DivClassName
{
background-color: #0D790E;
}
.BgClassName
{
background-color: #0D790E;
}
</style>
border-color css
<style>
span { border-color: #0D790E; }
span { border-color: rgb(13,121,14); }
td.TdClassName
{
border-color: #0D790E;
}
.TagClassName
{
border-color: #0D790E;
}
</style>