Shades of Green #0D6501
Tints of Green #0D6501
RGB
CMYK
RGB Variations
Color information
#0D6501 (or 0x0D6501) is known color: Green. HEX triplet: 0D, 65 and 01. RGB value is (13,101,1). Sum of RGB (Red+Green+Blue) = 13+101+1=115 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.30% from 115); Green value is 101 (39.84% from 255 or 87.83% from 115); Blue value is 1 (0.78% from 255 or 0.87% from 115); Max value from RGB is 101 - color contains mainly: green. Hex color #0D6501 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D6501 is #F29AFE. Grayscale: #3F3F3F. Windows color (decimal): -15899391 or 91405. OLE color: 91405.
HSL color Cylindrical-coordinate representation of color #0D6501: hue angle of 112.8º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0D6501 is Cyan = 0.87, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 13 | 101 | 1 | - |
| CMYK | 0.87 | 0 | 0.99 | 0.60 |
| HSL | 112.8º | 0.98% | 0.2% | - |
| HSV(B) | 112.8º | 0.99% | 0.4% | - |
| XYZ | 4.83 | 9.4 | 1.59 | - |
| YUV | 63.29 | 92.85 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 101 | 1 | 0.87 | 0 | 0.99 | 0.60 | 112.8 | 0.98 | 0.2 |
| Hex | D | 65 | 1 | 57 | 0 | 63 | 3C | 71 | 62 | 14 |
| Octal | 15 | 145 | 1 | 127 | 0 | 143 | 74 | 161 | 142 | 24 |
| Binary | 1101 | 1100101 | 1 | 1010111 | 0 | 1100011 | 111100 | 1110001 | 1100010 | 10100 |
Color Harmonies of #0D6501
Complementary color
Monochromatic Colors of #0D6501
Black with #0D6501
Text Example
Text Example
White with #0D6501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6501; }
p { color: rgb(13,101,1); }
H1.HeaderClassName
{
color: #0D6501;
}
.AnyTagClassName
{
color: #0D6501;
}
</style>
background-color css
<style>
a { background-color: #0D6501; }
a { background-color: rgb(13,101,1); }
div.DivClassName
{
background-color: #0D6501;
}
.BgClassName
{
background-color: #0D6501;
}
</style>
border-color css
<style>
span { border-color: #0D6501; }
span { border-color: rgb(13,101,1); }
td.TdClassName
{
border-color: #0D6501;
}
.TagClassName
{
border-color: #0D6501;
}
</style>