Shades of La Palma #468F14
Tints of La Palma #468F14
RGB
CMYK
RGB Variations
Color information
#468F14 (or 0x468F14) is known color: La Palma. HEX triplet: 46, 8F and 14. RGB value is (70,143,20). Sum of RGB (Red+Green+Blue) = 70+143+20=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 143 (56.25% from 255 or 61.37% from 233); Blue value is 20 (8.20% from 255 or 8.58% from 233); Max value from RGB is 143 - color contains mainly: green. Hex color #468F14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468F14 is #B970EB. Grayscale: #6B6B6B. Windows color (decimal): -12153068 or 1347398. OLE color: 1347398.
HSL color Cylindrical-coordinate representation of color #468F14: hue angle of 95.61º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #468F14 is Cyan = 0.51, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 143 | 20 | - |
| CMYK | 0.51 | 0 | 0.86 | 0.44 |
| HSL | 95.61º | 0.75% | 0.32% | - |
| HSV(B) | 95.61º | 0.86% | 0.56% | - |
| XYZ | 12.47 | 21 | 4.06 | - |
| YUV | 107.15 | 78.82 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 143 | 20 | 0.51 | 0 | 0.86 | 0.44 | 95.61 | 0.75 | 0.32 |
| Hex | 46 | 8F | 14 | 33 | 0 | 56 | 2C | 60 | 4B | 20 |
| Octal | 106 | 217 | 24 | 63 | 0 | 126 | 54 | 140 | 113 | 40 |
| Binary | 1000110 | 10001111 | 10100 | 110011 | 0 | 1010110 | 101100 | 1100000 | 1001011 | 100000 |
Color Harmonies of #468F14
Complementary color
Monochromatic Colors of #468F14
Black with #468F14
Text Example
Text Example
White with #468F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468F14; }
p { color: rgb(70,143,20); }
H1.HeaderClassName
{
color: #468F14;
}
.AnyTagClassName
{
color: #468F14;
}
</style>
background-color css
<style>
a { background-color: #468F14; }
a { background-color: rgb(70,143,20); }
div.DivClassName
{
background-color: #468F14;
}
.BgClassName
{
background-color: #468F14;
}
</style>
border-color css
<style>
span { border-color: #468F14; }
span { border-color: rgb(70,143,20); }
td.TdClassName
{
border-color: #468F14;
}
.TagClassName
{
border-color: #468F14;
}
</style>