Shades of Green #0D7604
Tints of Green #0D7604
RGB
CMYK
RGB Variations
Color information
#0D7604 (or 0x0D7604) is known color: Green. HEX triplet: 0D, 76 and 04. RGB value is (13,118,4). Sum of RGB (Red+Green+Blue) = 13+118+4=135 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.63% from 135); Green value is 118 (46.48% from 255 or 87.41% from 135); Blue value is 4 (1.95% from 255 or 2.96% from 135); Max value from RGB is 118 - color contains mainly: green. Hex color #0D7604 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D7604 is #F289FB. Grayscale: #494949. Windows color (decimal): -15895036 or 292365. OLE color: 292365.
HSL color Cylindrical-coordinate representation of color #0D7604: hue angle of 115.26º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D7604 is Cyan = 0.89, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 13 | 118 | 4 | - |
| CMYK | 0.89 | 0 | 0.97 | 0.54 |
| HSL | 115.26º | 0.93% | 0.24% | - |
| HSV(B) | 115.26º | 0.97% | 0.46% | - |
| XYZ | 6.67 | 13.05 | 2.28 | - |
| YUV | 73.61 | 88.71 | 84.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 118 | 4 | 0.89 | 0 | 0.97 | 0.54 | 115.26 | 0.93 | 0.24 |
| Hex | D | 76 | 4 | 59 | 0 | 61 | 36 | 73 | 5D | 18 |
| Octal | 15 | 166 | 4 | 131 | 0 | 141 | 66 | 163 | 135 | 30 |
| Binary | 1101 | 1110110 | 100 | 1011001 | 0 | 1100001 | 110110 | 1110011 | 1011101 | 11000 |
Color Harmonies of #0D7604
Complementary color
Monochromatic Colors of #0D7604
Black with #0D7604
Text Example
Text Example
White with #0D7604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7604; }
p { color: rgb(13,118,4); }
H1.HeaderClassName
{
color: #0D7604;
}
.AnyTagClassName
{
color: #0D7604;
}
</style>
background-color css
<style>
a { background-color: #0D7604; }
a { background-color: rgb(13,118,4); }
div.DivClassName
{
background-color: #0D7604;
}
.BgClassName
{
background-color: #0D7604;
}
</style>
border-color css
<style>
span { border-color: #0D7604; }
span { border-color: rgb(13,118,4); }
td.TdClassName
{
border-color: #0D7604;
}
.TagClassName
{
border-color: #0D7604;
}
</style>