Shades of Green #0D8506
Tints of Green #0D8506
RGB
CMYK
RGB Variations
Color information
#0D8506 (or 0x0D8506) is known color: Green. HEX triplet: 0D, 85 and 06. RGB value is (13,133,6). Sum of RGB (Red+Green+Blue) = 13+133+6=152 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.55% from 152); Green value is 133 (52.34% from 255 or 87.5% from 152); Blue value is 6 (2.73% from 255 or 3.95% from 152); Max value from RGB is 133 - color contains mainly: green. Hex color #0D8506 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D8506 is #F27AF9. Grayscale: #535353. Windows color (decimal): -15891194 or 427277. OLE color: 427277.
HSL color Cylindrical-coordinate representation of color #0D8506: hue angle of 116.69º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D8506 is Cyan = 0.90, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 13 | 133 | 6 | - |
| CMYK | 0.90 | 0 | 0.95 | 0.48 |
| HSL | 116.69º | 0.91% | 0.27% | - |
| HSV(B) | 116.69º | 0.95% | 0.52% | - |
| XYZ | 8.59 | 16.87 | 2.98 | - |
| YUV | 82.64 | 84.74 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 133 | 6 | 0.90 | 0 | 0.95 | 0.48 | 116.69 | 0.91 | 0.27 |
| Hex | D | 85 | 6 | 5A | 0 | 5F | 30 | 75 | 5B | 1B |
| Octal | 15 | 205 | 6 | 132 | 0 | 137 | 60 | 165 | 133 | 33 |
| Binary | 1101 | 10000101 | 110 | 1011010 | 0 | 1011111 | 110000 | 1110101 | 1011011 | 11011 |
Color Harmonies of #0D8506
Complementary color
Monochromatic Colors of #0D8506
Black with #0D8506
Text Example
Text Example
White with #0D8506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8506; }
p { color: rgb(13,133,6); }
H1.HeaderClassName
{
color: #0D8506;
}
.AnyTagClassName
{
color: #0D8506;
}
</style>
background-color css
<style>
a { background-color: #0D8506; }
a { background-color: rgb(13,133,6); }
div.DivClassName
{
background-color: #0D8506;
}
.BgClassName
{
background-color: #0D8506;
}
</style>
border-color css
<style>
span { border-color: #0D8506; }
span { border-color: rgb(13,133,6); }
td.TdClassName
{
border-color: #0D8506;
}
.TagClassName
{
border-color: #0D8506;
}
</style>