Shades of Green #0D780F
Tints of Green #0D780F
RGB
CMYK
RGB Variations
Color information
#0D780F (or 0x0D780F) is known color: Green. HEX triplet: 0D, 78 and 0F. RGB value is (13,120,15). Sum of RGB (Red+Green+Blue) = 13+120+15=148 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.78% from 148); Green value is 120 (47.27% from 255 or 81.08% from 148); Blue value is 15 (6.25% from 255 or 10.14% from 148); Max value from RGB is 120 - color contains mainly: green. Hex color #0D780F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D780F is #F287F0. Grayscale: #4C4C4C. Windows color (decimal): -15894513 or 1013773. OLE color: 1013773.
HSL color Cylindrical-coordinate representation of color #0D780F: hue angle of 121.12º degrees, saturation: 0.8, 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 #0D780F is Cyan = 0.89, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 13 | 120 | 15 | - |
| CMYK | 0.89 | 0 | 0.87 | 0.53 |
| HSL | 121.12º | 0.8% | 0.26% | - |
| HSV(B) | 121.12º | 0.89% | 0.47% | - |
| XYZ | 6.97 | 13.55 | 2.7 | - |
| YUV | 76.04 | 93.55 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 120 | 15 | 0.89 | 0 | 0.87 | 0.53 | 121.12 | 0.8 | 0.26 |
| Hex | D | 78 | F | 59 | 0 | 57 | 35 | 79 | 50 | 1A |
| Octal | 15 | 170 | 17 | 131 | 0 | 127 | 65 | 171 | 120 | 32 |
| Binary | 1101 | 1111000 | 1111 | 1011001 | 0 | 1010111 | 110101 | 1111001 | 1010000 | 11010 |
Color Harmonies of #0D780F
Complementary color
Monochromatic Colors of #0D780F
Black with #0D780F
Text Example
Text Example
White with #0D780F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D780F; }
p { color: rgb(13,120,15); }
H1.HeaderClassName
{
color: #0D780F;
}
.AnyTagClassName
{
color: #0D780F;
}
</style>
background-color css
<style>
a { background-color: #0D780F; }
a { background-color: rgb(13,120,15); }
div.DivClassName
{
background-color: #0D780F;
}
.BgClassName
{
background-color: #0D780F;
}
</style>
border-color css
<style>
span { border-color: #0D780F; }
span { border-color: rgb(13,120,15); }
td.TdClassName
{
border-color: #0D780F;
}
.TagClassName
{
border-color: #0D780F;
}
</style>