Shades of Green #14760D
Tints of Green #14760D
RGB
CMYK
RGB Variations
Color information
#14760D (or 0x14760D) is known color: Green. HEX triplet: 14, 76 and 0D. RGB value is (20,118,13). Sum of RGB (Red+Green+Blue) = 20+118+13=151 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.25% from 151); Green value is 118 (46.48% from 255 or 78.15% from 151); Blue value is 13 (5.47% from 255 or 8.61% from 151); Max value from RGB is 118 - color contains mainly: green. Hex color #14760D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14760D is #EB89F2. Grayscale: #4D4D4D. Windows color (decimal): -15436275 or 882196. OLE color: 882196.
HSL color Cylindrical-coordinate representation of color #14760D: hue angle of 116º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14760D is Cyan = 0.83, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 20 | 118 | 13 | - |
| CMYK | 0.83 | 0 | 0.89 | 0.54 |
| HSL | 116º | 0.8% | 0.26% | - |
| HSV(B) | 116º | 0.89% | 0.46% | - |
| XYZ | 6.84 | 13.13 | 2.56 | - |
| YUV | 76.73 | 92.03 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 118 | 13 | 0.83 | 0 | 0.89 | 0.54 | 116 | 0.8 | 0.26 |
| Hex | 14 | 76 | D | 53 | 0 | 59 | 36 | 74 | 50 | 1A |
| Octal | 24 | 166 | 15 | 123 | 0 | 131 | 66 | 164 | 120 | 32 |
| Binary | 10100 | 1110110 | 1101 | 1010011 | 0 | 1011001 | 110110 | 1110100 | 1010000 | 11010 |
Color Harmonies of #14760D
Complementary color
Monochromatic Colors of #14760D
Black with #14760D
Text Example
Text Example
White with #14760D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14760D; }
p { color: rgb(20,118,13); }
H1.HeaderClassName
{
color: #14760D;
}
.AnyTagClassName
{
color: #14760D;
}
</style>
background-color css
<style>
a { background-color: #14760D; }
a { background-color: rgb(20,118,13); }
div.DivClassName
{
background-color: #14760D;
}
.BgClassName
{
background-color: #14760D;
}
</style>
border-color css
<style>
span { border-color: #14760D; }
span { border-color: rgb(20,118,13); }
td.TdClassName
{
border-color: #14760D;
}
.TagClassName
{
border-color: #14760D;
}
</style>