Shades of Green #14770F
Tints of Green #14770F
RGB
CMYK
RGB Variations
Color information
#14770F (or 0x14770F) is known color: Green. HEX triplet: 14, 77 and 0F. RGB value is (20,119,15). Sum of RGB (Red+Green+Blue) = 20+119+15=154 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.99% from 154); Green value is 119 (46.88% from 255 or 77.27% from 154); Blue value is 15 (6.25% from 255 or 9.74% from 154); Max value from RGB is 119 - color contains mainly: green. Hex color #14770F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14770F is #EB88F0. Grayscale: #4D4D4D. Windows color (decimal): -15436017 or 1013524. OLE color: 1013524.
HSL color Cylindrical-coordinate representation of color #14770F: hue angle of 117.12º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14770F is Cyan = 0.83, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 20 | 119 | 15 | - |
| CMYK | 0.83 | 0 | 0.87 | 0.53 |
| HSL | 117.12º | 0.78% | 0.26% | - |
| HSV(B) | 117.12º | 0.87% | 0.47% | - |
| XYZ | 6.97 | 13.38 | 2.67 | - |
| YUV | 77.54 | 92.7 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 119 | 15 | 0.83 | 0 | 0.87 | 0.53 | 117.12 | 0.78 | 0.26 |
| Hex | 14 | 77 | F | 53 | 0 | 57 | 35 | 75 | 4E | 1A |
| Octal | 24 | 167 | 17 | 123 | 0 | 127 | 65 | 165 | 116 | 32 |
| Binary | 10100 | 1110111 | 1111 | 1010011 | 0 | 1010111 | 110101 | 1110101 | 1001110 | 11010 |
Color Harmonies of #14770F
Complementary color
Monochromatic Colors of #14770F
Black with #14770F
Text Example
Text Example
White with #14770F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14770F; }
p { color: rgb(20,119,15); }
H1.HeaderClassName
{
color: #14770F;
}
.AnyTagClassName
{
color: #14770F;
}
</style>
background-color css
<style>
a { background-color: #14770F; }
a { background-color: rgb(20,119,15); }
div.DivClassName
{
background-color: #14770F;
}
.BgClassName
{
background-color: #14770F;
}
</style>
border-color css
<style>
span { border-color: #14770F; }
span { border-color: rgb(20,119,15); }
td.TdClassName
{
border-color: #14770F;
}
.TagClassName
{
border-color: #14770F;
}
</style>