Shades of Green #0D790C
Tints of Green #0D790C
RGB
CMYK
RGB Variations
Color information
#0D790C (or 0x0D790C) is known color: Green. HEX triplet: 0D, 79 and 0C. RGB value is (13,121,12). Sum of RGB (Red+Green+Blue) = 13+121+12=146 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.90% from 146); Green value is 121 (47.66% from 255 or 82.88% from 146); Blue value is 12 (5.08% from 255 or 8.22% from 146); Max value from RGB is 121 - color contains mainly: green. Hex color #0D790C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D790C is #F286F3. Grayscale: #4C4C4C. Windows color (decimal): -15894260 or 817421. OLE color: 817421.
HSL color Cylindrical-coordinate representation of color #0D790C: hue angle of 119.45º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D790C is Cyan = 0.89, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 13 | 121 | 12 | - |
| CMYK | 0.89 | 0 | 0.90 | 0.53 |
| HSL | 119.45º | 0.82% | 0.26% | - |
| HSV(B) | 119.45º | 0.9% | 0.47% | - |
| XYZ | 7.07 | 13.79 | 2.64 | - |
| YUV | 76.28 | 91.72 | 82.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 121 | 12 | 0.89 | 0 | 0.90 | 0.53 | 119.45 | 0.82 | 0.26 |
| Hex | D | 79 | C | 59 | 0 | 5A | 35 | 77 | 52 | 1A |
| Octal | 15 | 171 | 14 | 131 | 0 | 132 | 65 | 167 | 122 | 32 |
| Binary | 1101 | 1111001 | 1100 | 1011001 | 0 | 1011010 | 110101 | 1110111 | 1010010 | 11010 |
Color Harmonies of #0D790C
Complementary color
Monochromatic Colors of #0D790C
Black with #0D790C
Text Example
Text Example
White with #0D790C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D790C; }
p { color: rgb(13,121,12); }
H1.HeaderClassName
{
color: #0D790C;
}
.AnyTagClassName
{
color: #0D790C;
}
</style>
background-color css
<style>
a { background-color: #0D790C; }
a { background-color: rgb(13,121,12); }
div.DivClassName
{
background-color: #0D790C;
}
.BgClassName
{
background-color: #0D790C;
}
</style>
border-color css
<style>
span { border-color: #0D790C; }
span { border-color: rgb(13,121,12); }
td.TdClassName
{
border-color: #0D790C;
}
.TagClassName
{
border-color: #0D790C;
}
</style>