Shades of Green #14690D
Tints of Green #14690D
RGB
CMYK
RGB Variations
Color information
#14690D (or 0x14690D) is known color: Green. HEX triplet: 14, 69 and 0D. RGB value is (20,105,13). Sum of RGB (Red+Green+Blue) = 20+105+13=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 105 (41.41% from 255 or 76.09% from 138); Blue value is 13 (5.47% from 255 or 9.42% from 138); Max value from RGB is 105 - color contains mainly: green. Hex color #14690D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14690D is #EB96F2. Grayscale: #454545. Windows color (decimal): -15439603 or 878868. OLE color: 878868.
HSL color Cylindrical-coordinate representation of color #14690D: hue angle of 115.43º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14690D is Cyan = 0.81, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 20 | 105 | 13 | - |
| CMYK | 0.81 | 0 | 0.88 | 0.59 |
| HSL | 115.43º | 0.78% | 0.23% | - |
| HSV(B) | 115.43º | 0.88% | 0.41% | - |
| XYZ | 5.41 | 10.28 | 2.08 | - |
| YUV | 69.1 | 96.34 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 105 | 13 | 0.81 | 0 | 0.88 | 0.59 | 115.43 | 0.78 | 0.23 |
| Hex | 14 | 69 | D | 51 | 0 | 58 | 3B | 73 | 4E | 17 |
| Octal | 24 | 151 | 15 | 121 | 0 | 130 | 73 | 163 | 116 | 27 |
| Binary | 10100 | 1101001 | 1101 | 1010001 | 0 | 1011000 | 111011 | 1110011 | 1001110 | 10111 |
Color Harmonies of #14690D
Complementary color
Monochromatic Colors of #14690D
Black with #14690D
Text Example
Text Example
White with #14690D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14690D; }
p { color: rgb(20,105,13); }
H1.HeaderClassName
{
color: #14690D;
}
.AnyTagClassName
{
color: #14690D;
}
</style>
background-color css
<style>
a { background-color: #14690D; }
a { background-color: rgb(20,105,13); }
div.DivClassName
{
background-color: #14690D;
}
.BgClassName
{
background-color: #14690D;
}
</style>
border-color css
<style>
span { border-color: #14690D; }
span { border-color: rgb(20,105,13); }
td.TdClassName
{
border-color: #14690D;
}
.TagClassName
{
border-color: #14690D;
}
</style>