Shades of Green #0D7600
Tints of Green #0D7600
RGB
CMYK
RGB Variations
Color information
#0D7600 (or 0x0D7600) is known color: Green. HEX triplet: 0D, 76 and 00. RGB value is (13,118,0). Sum of RGB (Red+Green+Blue) = 13+118+0=131 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.92% from 131); Green value is 118 (46.48% from 255 or 90.08% from 131); Blue value is 0 (0.39% from 255 or 0% from 131); Max value from RGB is 118 - color contains mainly: green. Hex color #0D7600 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D7600 is #F289FF. Grayscale: #494949. Windows color (decimal): -15895040 or 30221. OLE color: 30221.
HSL color Cylindrical-coordinate representation of color #0D7600: hue angle of 113.39º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0D7600 is Cyan = 0.89, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 13 | 118 | 0 | - |
| CMYK | 0.89 | 0 | 1 | 0.54 |
| HSL | 113.39º | 1% | 0.23% | - |
| HSV(B) | 113.39º | 1% | 0.46% | - |
| XYZ | 6.64 | 13.04 | 2.17 | - |
| YUV | 73.15 | 86.71 | 85.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 118 | 0 | 0.89 | 0 | 1 | 0.54 | 113.39 | 1 | 0.23 |
| Hex | D | 76 | 0 | 59 | 0 | 64 | 36 | 71 | 64 | 17 |
| Octal | 15 | 166 | 0 | 131 | 0 | 144 | 66 | 161 | 144 | 27 |
| Binary | 1101 | 1110110 | 0 | 1011001 | 0 | 1100100 | 110110 | 1110001 | 1100100 | 10111 |
Color Harmonies of #0D7600
Complementary color
Monochromatic Colors of #0D7600
Black with #0D7600
Text Example
Text Example
White with #0D7600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7600; }
p { color: rgb(13,118,0); }
H1.HeaderClassName
{
color: #0D7600;
}
.AnyTagClassName
{
color: #0D7600;
}
</style>
background-color css
<style>
a { background-color: #0D7600; }
a { background-color: rgb(13,118,0); }
div.DivClassName
{
background-color: #0D7600;
}
.BgClassName
{
background-color: #0D7600;
}
</style>
border-color css
<style>
span { border-color: #0D7600; }
span { border-color: rgb(13,118,0); }
td.TdClassName
{
border-color: #0D7600;
}
.TagClassName
{
border-color: #0D7600;
}
</style>