Shades of Green #0D7907
Tints of Green #0D7907
RGB
CMYK
RGB Variations
Color information
#0D7907 (or 0x0D7907) is known color: Green. HEX triplet: 0D, 79 and 07. RGB value is (13,121,7). Sum of RGB (Red+Green+Blue) = 13+121+7=141 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.22% from 141); Green value is 121 (47.66% from 255 or 85.82% from 141); Blue value is 7 (3.12% from 255 or 4.96% from 141); Max value from RGB is 121 - color contains mainly: green. Hex color #0D7907 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D7907 is #F286F8. Grayscale: #4C4C4C. Windows color (decimal): -15894265 or 489741. OLE color: 489741.
HSL color Cylindrical-coordinate representation of color #0D7907: hue angle of 116.84º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D7907 is Cyan = 0.89, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 13 | 121 | 7 | - |
| CMYK | 0.89 | 0 | 0.94 | 0.53 |
| HSL | 116.84º | 0.89% | 0.25% | - |
| HSV(B) | 116.84º | 0.94% | 0.47% | - |
| XYZ | 7.04 | 13.78 | 2.49 | - |
| YUV | 75.71 | 89.22 | 83.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 121 | 7 | 0.89 | 0 | 0.94 | 0.53 | 116.84 | 0.89 | 0.25 |
| Hex | D | 79 | 7 | 59 | 0 | 5E | 35 | 75 | 59 | 19 |
| Octal | 15 | 171 | 7 | 131 | 0 | 136 | 65 | 165 | 131 | 31 |
| Binary | 1101 | 1111001 | 111 | 1011001 | 0 | 1011110 | 110101 | 1110101 | 1011001 | 11001 |
Color Harmonies of #0D7907
Complementary color
Monochromatic Colors of #0D7907
Black with #0D7907
Text Example
Text Example
White with #0D7907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7907; }
p { color: rgb(13,121,7); }
H1.HeaderClassName
{
color: #0D7907;
}
.AnyTagClassName
{
color: #0D7907;
}
</style>
background-color css
<style>
a { background-color: #0D7907; }
a { background-color: rgb(13,121,7); }
div.DivClassName
{
background-color: #0D7907;
}
.BgClassName
{
background-color: #0D7907;
}
</style>
border-color css
<style>
span { border-color: #0D7907; }
span { border-color: rgb(13,121,7); }
td.TdClassName
{
border-color: #0D7907;
}
.TagClassName
{
border-color: #0D7907;
}
</style>