Shades of Green #0D7512
Tints of Green #0D7512
RGB
CMYK
RGB Variations
Color information
#0D7512 (or 0x0D7512) is known color: Green. HEX triplet: 0D, 75 and 12. RGB value is (13,117,18). Sum of RGB (Red+Green+Blue) = 13+117+18=148 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.78% from 148); Green value is 117 (46.09% from 255 or 79.05% from 148); Blue value is 18 (7.42% from 255 or 12.16% from 148); Max value from RGB is 117 - color contains mainly: green. Hex color #0D7512 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D7512 is #F28AED. Grayscale: #4A4A4A. Windows color (decimal): -15895278 or 1209613. OLE color: 1209613.
HSL color Cylindrical-coordinate representation of color #0D7512: hue angle of 122.88º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D7512 is Cyan = 0.89, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 13 | 117 | 18 | - |
| CMYK | 0.89 | 0 | 0.85 | 0.54 |
| HSL | 122.88º | 0.8% | 0.25% | - |
| HSV(B) | 122.88º | 0.89% | 0.46% | - |
| XYZ | 6.64 | 12.85 | 2.7 | - |
| YUV | 74.62 | 96.04 | 84.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 117 | 18 | 0.89 | 0 | 0.85 | 0.54 | 122.88 | 0.8 | 0.25 |
| Hex | D | 75 | 12 | 59 | 0 | 55 | 36 | 7B | 50 | 19 |
| Octal | 15 | 165 | 22 | 131 | 0 | 125 | 66 | 173 | 120 | 31 |
| Binary | 1101 | 1110101 | 10010 | 1011001 | 0 | 1010101 | 110110 | 1111011 | 1010000 | 11001 |
Color Harmonies of #0D7512
Complementary color
Monochromatic Colors of #0D7512
Black with #0D7512
Text Example
Text Example
White with #0D7512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7512; }
p { color: rgb(13,117,18); }
H1.HeaderClassName
{
color: #0D7512;
}
.AnyTagClassName
{
color: #0D7512;
}
</style>
background-color css
<style>
a { background-color: #0D7512; }
a { background-color: rgb(13,117,18); }
div.DivClassName
{
background-color: #0D7512;
}
.BgClassName
{
background-color: #0D7512;
}
</style>
border-color css
<style>
span { border-color: #0D7512; }
span { border-color: rgb(13,117,18); }
td.TdClassName
{
border-color: #0D7512;
}
.TagClassName
{
border-color: #0D7512;
}
</style>