Shades of Green #0D7910
Tints of Green #0D7910
RGB
CMYK
RGB Variations
Color information
#0D7910 (or 0x0D7910) is known color: Green. HEX triplet: 0D, 79 and 10. RGB value is (13,121,16). Sum of RGB (Red+Green+Blue) = 13+121+16=150 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.67% from 150); Green value is 121 (47.66% from 255 or 80.67% from 150); Blue value is 16 (6.64% from 255 or 10.67% from 150); Max value from RGB is 121 - color contains mainly: green. Hex color #0D7910 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D7910 is #F286EF. Grayscale: #4D4D4D. Windows color (decimal): -15894256 or 1079565. OLE color: 1079565.
HSL color Cylindrical-coordinate representation of color #0D7910: hue angle of 121.67º 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 #0D7910 is Cyan = 0.89, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 13 | 121 | 16 | - |
| CMYK | 0.89 | 0 | 0.87 | 0.53 |
| HSL | 121.67º | 0.81% | 0.26% | - |
| HSV(B) | 121.67º | 0.89% | 0.47% | - |
| XYZ | 7.1 | 13.8 | 2.78 | - |
| YUV | 76.74 | 93.72 | 82.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 121 | 16 | 0.89 | 0 | 0.87 | 0.53 | 121.67 | 0.81 | 0.26 |
| Hex | D | 79 | 10 | 59 | 0 | 57 | 35 | 7A | 51 | 1A |
| Octal | 15 | 171 | 20 | 131 | 0 | 127 | 65 | 172 | 121 | 32 |
| Binary | 1101 | 1111001 | 10000 | 1011001 | 0 | 1010111 | 110101 | 1111010 | 1010001 | 11010 |
Color Harmonies of #0D7910
Complementary color
Monochromatic Colors of #0D7910
Black with #0D7910
Text Example
Text Example
White with #0D7910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7910; }
p { color: rgb(13,121,16); }
H1.HeaderClassName
{
color: #0D7910;
}
.AnyTagClassName
{
color: #0D7910;
}
</style>
background-color css
<style>
a { background-color: #0D7910; }
a { background-color: rgb(13,121,16); }
div.DivClassName
{
background-color: #0D7910;
}
.BgClassName
{
background-color: #0D7910;
}
</style>
border-color css
<style>
span { border-color: #0D7910; }
span { border-color: rgb(13,121,16); }
td.TdClassName
{
border-color: #0D7910;
}
.TagClassName
{
border-color: #0D7910;
}
</style>