Shades of Green #0D740F
Tints of Green #0D740F
RGB
CMYK
RGB Variations
Color information
#0D740F (or 0x0D740F) is known color: Green. HEX triplet: 0D, 74 and 0F. RGB value is (13,116,15). Sum of RGB (Red+Green+Blue) = 13+116+15=144 (19% of max value = 765). Red value is 13 (5.47% from 255 or 9.03% from 144); Green value is 116 (45.70% from 255 or 80.56% from 144); Blue value is 15 (6.25% from 255 or 10.42% from 144); Max value from RGB is 116 - color contains mainly: green. Hex color #0D740F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D740F is #F28BF0. Grayscale: #494949. Windows color (decimal): -15895537 or 1012749. OLE color: 1012749.
HSL color Cylindrical-coordinate representation of color #0D740F: hue angle of 121.17º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D740F is Cyan = 0.89, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 13 | 116 | 15 | - |
| CMYK | 0.89 | 0 | 0.87 | 0.55 |
| HSL | 121.17º | 0.8% | 0.25% | - |
| HSV(B) | 121.17º | 0.89% | 0.45% | - |
| XYZ | 6.5 | 12.61 | 2.54 | - |
| YUV | 73.69 | 94.88 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 116 | 15 | 0.89 | 0 | 0.87 | 0.55 | 121.17 | 0.8 | 0.25 |
| Hex | D | 74 | F | 59 | 0 | 57 | 37 | 79 | 50 | 19 |
| Octal | 15 | 164 | 17 | 131 | 0 | 127 | 67 | 171 | 120 | 31 |
| Binary | 1101 | 1110100 | 1111 | 1011001 | 0 | 1010111 | 110111 | 1111001 | 1010000 | 11001 |
Color Harmonies of #0D740F
Complementary color
Monochromatic Colors of #0D740F
Black with #0D740F
Text Example
Text Example
White with #0D740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D740F; }
p { color: rgb(13,116,15); }
H1.HeaderClassName
{
color: #0D740F;
}
.AnyTagClassName
{
color: #0D740F;
}
</style>
background-color css
<style>
a { background-color: #0D740F; }
a { background-color: rgb(13,116,15); }
div.DivClassName
{
background-color: #0D740F;
}
.BgClassName
{
background-color: #0D740F;
}
</style>
border-color css
<style>
span { border-color: #0D740F; }
span { border-color: rgb(13,116,15); }
td.TdClassName
{
border-color: #0D740F;
}
.TagClassName
{
border-color: #0D740F;
}
</style>