Shades of Green #14760B
Tints of Green #14760B
RGB
CMYK
RGB Variations
Color information
#14760B (or 0x14760B) is known color: Green. HEX triplet: 14, 76 and 0B. RGB value is (20,118,11). Sum of RGB (Red+Green+Blue) = 20+118+11=149 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.42% from 149); Green value is 118 (46.48% from 255 or 79.19% from 149); Blue value is 11 (4.69% from 255 or 7.38% from 149); Max value from RGB is 118 - color contains mainly: green. Hex color #14760B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14760B is #EB89F4. Grayscale: #4C4C4C. Windows color (decimal): -15436277 or 751124. OLE color: 751124.
HSL color Cylindrical-coordinate representation of color #14760B: hue angle of 114.95º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14760B is Cyan = 0.83, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 20 | 118 | 11 | - |
| CMYK | 0.83 | 0 | 0.91 | 0.54 |
| HSL | 114.95º | 0.83% | 0.25% | - |
| HSV(B) | 114.95º | 0.91% | 0.46% | - |
| XYZ | 6.83 | 13.13 | 2.49 | - |
| YUV | 76.5 | 91.03 | 87.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 118 | 11 | 0.83 | 0 | 0.91 | 0.54 | 114.95 | 0.83 | 0.25 |
| Hex | 14 | 76 | B | 53 | 0 | 5B | 36 | 73 | 53 | 19 |
| Octal | 24 | 166 | 13 | 123 | 0 | 133 | 66 | 163 | 123 | 31 |
| Binary | 10100 | 1110110 | 1011 | 1010011 | 0 | 1011011 | 110110 | 1110011 | 1010011 | 11001 |
Color Harmonies of #14760B
Complementary color
Monochromatic Colors of #14760B
Black with #14760B
Text Example
Text Example
White with #14760B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14760B; }
p { color: rgb(20,118,11); }
H1.HeaderClassName
{
color: #14760B;
}
.AnyTagClassName
{
color: #14760B;
}
</style>
background-color css
<style>
a { background-color: #14760B; }
a { background-color: rgb(20,118,11); }
div.DivClassName
{
background-color: #14760B;
}
.BgClassName
{
background-color: #14760B;
}
</style>
border-color css
<style>
span { border-color: #14760B; }
span { border-color: rgb(20,118,11); }
td.TdClassName
{
border-color: #14760B;
}
.TagClassName
{
border-color: #14760B;
}
</style>