Shades of Green #006D13
Tints of Green #006D13
RGB
CMYK
RGB Variations
Color information
#006D13 (or 0x006D13) is known color: Green. HEX triplet: 00, 6D and 13. RGB value is (0,109,19). Sum of RGB (Red+Green+Blue) = 0+109+19=128 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 128); Green value is 109 (42.97% from 255 or 85.16% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 109 - color contains mainly: green. Hex color #006D13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006D13 is #FF92EC. Grayscale: #424242. Windows color (decimal): -16749293 or 1273088. OLE color: 1273088.
HSL color Cylindrical-coordinate representation of color #006D13: hue angle of 130.46º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006D13 is Cyan = 1, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 109 | 19 | - |
| CMYK | 1 | 0 | 0.83 | 0.57 |
| HSL | 130.46º | 1% | 0.21% | - |
| HSV(B) | 130.46º | 1% | 0.43% | - |
| XYZ | 5.59 | 10.98 | 2.44 | - |
| YUV | 66.15 | 101.39 | 80.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 109 | 19 | 1 | 0 | 0.83 | 0.57 | 130.46 | 1 | 0.21 |
| Hex | 0 | 6D | 13 | 64 | 0 | 53 | 39 | 82 | 64 | 15 |
| Octal | 0 | 155 | 23 | 144 | 0 | 123 | 71 | 202 | 144 | 25 |
| Binary | 0 | 1101101 | 10011 | 1100100 | 0 | 1010011 | 111001 | 10000010 | 1100100 | 10101 |
Color Harmonies of #006D13
Complementary color
Monochromatic Colors of #006D13
Black with #006D13
Text Example
Text Example
White with #006D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006D13; }
p { color: rgb(0,109,19); }
H1.HeaderClassName
{
color: #006D13;
}
.AnyTagClassName
{
color: #006D13;
}
</style>
background-color css
<style>
a { background-color: #006D13; }
a { background-color: rgb(0,109,19); }
div.DivClassName
{
background-color: #006D13;
}
.BgClassName
{
background-color: #006D13;
}
</style>
border-color css
<style>
span { border-color: #006D13; }
span { border-color: rgb(0,109,19); }
td.TdClassName
{
border-color: #006D13;
}
.TagClassName
{
border-color: #006D13;
}
</style>