Shades of Green #0D6B0D
Tints of Green #0D6B0D
RGB
CMYK
RGB Variations
Color information
#0D6B0D (or 0x0D6B0D) is known color: Green. HEX triplet: 0D, 6B and 0D. RGB value is (13,107,13). Sum of RGB (Red+Green+Blue) = 13+107+13=133 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.77% from 133); Green value is 107 (42.19% from 255 or 80.45% from 133); Blue value is 13 (5.47% from 255 or 9.77% from 133); Max value from RGB is 107 - color contains mainly: green. Hex color #0D6B0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D6B0D is #F294F2. Grayscale: #444444. Windows color (decimal): -15897843 or 879373. OLE color: 879373.
HSL color Cylindrical-coordinate representation of color #0D6B0D: hue angle of 120º degrees, saturation: 0.78, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D6B0D is Cyan = 0.88, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 13 | 107 | 13 | - |
| CMYK | 0.88 | 0 | 0.88 | 0.58 |
| HSL | 120º | 0.78% | 0.24% | - |
| HSV(B) | 120º | 0.88% | 0.42% | - |
| XYZ | 5.5 | 10.63 | 2.14 | - |
| YUV | 68.18 | 96.86 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 107 | 13 | 0.88 | 0 | 0.88 | 0.58 | 120 | 0.78 | 0.24 |
| Hex | D | 6B | D | 58 | 0 | 58 | 3A | 78 | 4E | 18 |
| Octal | 15 | 153 | 15 | 130 | 0 | 130 | 72 | 170 | 116 | 30 |
| Binary | 1101 | 1101011 | 1101 | 1011000 | 0 | 1011000 | 111010 | 1111000 | 1001110 | 11000 |
Color Harmonies of #0D6B0D
Complementary color
Monochromatic Colors of #0D6B0D
Black with #0D6B0D
Text Example
Text Example
White with #0D6B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6B0D; }
p { color: rgb(13,107,13); }
H1.HeaderClassName
{
color: #0D6B0D;
}
.AnyTagClassName
{
color: #0D6B0D;
}
</style>
background-color css
<style>
a { background-color: #0D6B0D; }
a { background-color: rgb(13,107,13); }
div.DivClassName
{
background-color: #0D6B0D;
}
.BgClassName
{
background-color: #0D6B0D;
}
</style>
border-color css
<style>
span { border-color: #0D6B0D; }
span { border-color: rgb(13,107,13); }
td.TdClassName
{
border-color: #0D6B0D;
}
.TagClassName
{
border-color: #0D6B0D;
}
</style>