Shades of Green #14770D
Tints of Green #14770D
RGB
CMYK
RGB Variations
Color information
#14770D (or 0x14770D) is known color: Green. HEX triplet: 14, 77 and 0D. RGB value is (20,119,13). Sum of RGB (Red+Green+Blue) = 20+119+13=152 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.16% from 152); Green value is 119 (46.88% from 255 or 78.29% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 119 - color contains mainly: green. Hex color #14770D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14770D is #EB88F2. Grayscale: #4D4D4D. Windows color (decimal): -15436019 or 882452. OLE color: 882452.
HSL color Cylindrical-coordinate representation of color #14770D: hue angle of 116.04º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14770D is Cyan = 0.83, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 20 | 119 | 13 | - |
| CMYK | 0.83 | 0 | 0.89 | 0.53 |
| HSL | 116.04º | 0.8% | 0.26% | - |
| HSV(B) | 116.04º | 0.89% | 0.47% | - |
| XYZ | 6.96 | 13.37 | 2.59 | - |
| YUV | 77.32 | 91.7 | 87.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 119 | 13 | 0.83 | 0 | 0.89 | 0.53 | 116.04 | 0.8 | 0.26 |
| Hex | 14 | 77 | D | 53 | 0 | 59 | 35 | 74 | 50 | 1A |
| Octal | 24 | 167 | 15 | 123 | 0 | 131 | 65 | 164 | 120 | 32 |
| Binary | 10100 | 1110111 | 1101 | 1010011 | 0 | 1011001 | 110101 | 1110100 | 1010000 | 11010 |
Color Harmonies of #14770D
Complementary color
Monochromatic Colors of #14770D
Black with #14770D
Text Example
Text Example
White with #14770D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14770D; }
p { color: rgb(20,119,13); }
H1.HeaderClassName
{
color: #14770D;
}
.AnyTagClassName
{
color: #14770D;
}
</style>
background-color css
<style>
a { background-color: #14770D; }
a { background-color: rgb(20,119,13); }
div.DivClassName
{
background-color: #14770D;
}
.BgClassName
{
background-color: #14770D;
}
</style>
border-color css
<style>
span { border-color: #14770D; }
span { border-color: rgb(20,119,13); }
td.TdClassName
{
border-color: #14770D;
}
.TagClassName
{
border-color: #14770D;
}
</style>