Shades of Green #0D6D15
Tints of Green #0D6D15
RGB
CMYK
RGB Variations
Color information
#0D6D15 (or 0x0D6D15) is known color: Green. HEX triplet: 0D, 6D and 15. RGB value is (13,109,21). Sum of RGB (Red+Green+Blue) = 13+109+21=143 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.09% from 143); Green value is 109 (42.97% from 255 or 76.22% from 143); Blue value is 21 (8.59% from 255 or 14.69% from 143); Max value from RGB is 109 - color contains mainly: green. Hex color #0D6D15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D6D15 is #F292EA. Grayscale: #464646. Windows color (decimal): -15897323 or 1404173. OLE color: 1404173.
HSL color Cylindrical-coordinate representation of color #0D6D15: hue angle of 125º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D6D15 is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 13 | 109 | 21 | - |
| CMYK | 0.88 | 0 | 0.81 | 0.57 |
| HSL | 125º | 0.79% | 0.24% | - |
| HSV(B) | 125º | 0.88% | 0.43% | - |
| XYZ | 5.77 | 11.08 | 2.54 | - |
| YUV | 70.26 | 100.2 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 109 | 21 | 0.88 | 0 | 0.81 | 0.57 | 125 | 0.79 | 0.24 |
| Hex | D | 6D | 15 | 58 | 0 | 51 | 39 | 7D | 4F | 18 |
| Octal | 15 | 155 | 25 | 130 | 0 | 121 | 71 | 175 | 117 | 30 |
| Binary | 1101 | 1101101 | 10101 | 1011000 | 0 | 1010001 | 111001 | 1111101 | 1001111 | 11000 |
Color Harmonies of #0D6D15
Complementary color
Monochromatic Colors of #0D6D15
Black with #0D6D15
Text Example
Text Example
White with #0D6D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6D15; }
p { color: rgb(13,109,21); }
H1.HeaderClassName
{
color: #0D6D15;
}
.AnyTagClassName
{
color: #0D6D15;
}
</style>
background-color css
<style>
a { background-color: #0D6D15; }
a { background-color: rgb(13,109,21); }
div.DivClassName
{
background-color: #0D6D15;
}
.BgClassName
{
background-color: #0D6D15;
}
</style>
border-color css
<style>
span { border-color: #0D6D15; }
span { border-color: rgb(13,109,21); }
td.TdClassName
{
border-color: #0D6D15;
}
.TagClassName
{
border-color: #0D6D15;
}
</style>