Shades of Green #006D14
Tints of Green #006D14
RGB
CMYK
RGB Variations
Color information
#006D14 (or 0x006D14) is known color: Green. HEX triplet: 00, 6D and 14. RGB value is (0,109,20). Sum of RGB (Red+Green+Blue) = 0+109+20=129 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 129); Green value is 109 (42.97% from 255 or 84.50% from 129); Blue value is 20 (8.20% from 255 or 15.50% from 129); Max value from RGB is 109 - color contains mainly: green. Hex color #006D14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006D14 is #FF92EB. Grayscale: #424242. Windows color (decimal): -16749292 or 1338624. OLE color: 1338624.
HSL color Cylindrical-coordinate representation of color #006D14: hue angle of 131.01º 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 #006D14 is Cyan = 1, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 109 | 20 | - |
| CMYK | 1 | 0 | 0.82 | 0.57 |
| HSL | 131.01º | 1% | 0.21% | - |
| HSV(B) | 131.01º | 1% | 0.43% | - |
| XYZ | 5.59 | 10.99 | 2.49 | - |
| YUV | 66.26 | 101.89 | 80.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 109 | 20 | 1 | 0 | 0.82 | 0.57 | 131.01 | 1 | 0.21 |
| Hex | 0 | 6D | 14 | 64 | 0 | 52 | 39 | 83 | 64 | 15 |
| Octal | 0 | 155 | 24 | 144 | 0 | 122 | 71 | 203 | 144 | 25 |
| Binary | 0 | 1101101 | 10100 | 1100100 | 0 | 1010010 | 111001 | 10000011 | 1100100 | 10101 |
Color Harmonies of #006D14
Complementary color
Monochromatic Colors of #006D14
Black with #006D14
Text Example
Text Example
White with #006D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006D14; }
p { color: rgb(0,109,20); }
H1.HeaderClassName
{
color: #006D14;
}
.AnyTagClassName
{
color: #006D14;
}
</style>
background-color css
<style>
a { background-color: #006D14; }
a { background-color: rgb(0,109,20); }
div.DivClassName
{
background-color: #006D14;
}
.BgClassName
{
background-color: #006D14;
}
</style>
border-color css
<style>
span { border-color: #006D14; }
span { border-color: rgb(0,109,20); }
td.TdClassName
{
border-color: #006D14;
}
.TagClassName
{
border-color: #006D14;
}
</style>