Shades of Green #0D610D
Tints of Green #0D610D
RGB
CMYK
RGB Variations
Color information
#0D610D (or 0x0D610D) is known color: Green. HEX triplet: 0D, 61 and 0D. RGB value is (13,97,13). Sum of RGB (Red+Green+Blue) = 13+97+13=123 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.57% from 123); Green value is 97 (38.28% from 255 or 78.86% from 123); Blue value is 13 (5.47% from 255 or 10.57% from 123); Max value from RGB is 97 - color contains mainly: green. Hex color #0D610D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D610D is #F29EF2. Grayscale: #3E3E3E. Windows color (decimal): -15900403 or 876813. OLE color: 876813.
HSL color Cylindrical-coordinate representation of color #0D610D: hue angle of 120º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D610D is Cyan = 0.87, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 13 | 97 | 13 | - |
| CMYK | 0.87 | 0 | 0.87 | 0.62 |
| HSL | 120º | 0.76% | 0.22% | - |
| HSV(B) | 120º | 0.87% | 0.38% | - |
| XYZ | 4.51 | 8.66 | 1.82 | - |
| YUV | 62.31 | 100.17 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 97 | 13 | 0.87 | 0 | 0.87 | 0.62 | 120 | 0.76 | 0.22 |
| Hex | D | 61 | D | 57 | 0 | 57 | 3E | 78 | 4C | 16 |
| Octal | 15 | 141 | 15 | 127 | 0 | 127 | 76 | 170 | 114 | 26 |
| Binary | 1101 | 1100001 | 1101 | 1010111 | 0 | 1010111 | 111110 | 1111000 | 1001100 | 10110 |
Color Harmonies of #0D610D
Complementary color
Monochromatic Colors of #0D610D
Black with #0D610D
Text Example
Text Example
White with #0D610D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D610D; }
p { color: rgb(13,97,13); }
H1.HeaderClassName
{
color: #0D610D;
}
.AnyTagClassName
{
color: #0D610D;
}
</style>
background-color css
<style>
a { background-color: #0D610D; }
a { background-color: rgb(13,97,13); }
div.DivClassName
{
background-color: #0D610D;
}
.BgClassName
{
background-color: #0D610D;
}
</style>
border-color css
<style>
span { border-color: #0D610D; }
span { border-color: rgb(13,97,13); }
td.TdClassName
{
border-color: #0D610D;
}
.TagClassName
{
border-color: #0D610D;
}
</style>