Shades of La Palma #468A0E
Tints of La Palma #468A0E
RGB
CMYK
RGB Variations
Color information
#468A0E (or 0x468A0E) is known color: La Palma. HEX triplet: 46, 8A and 0E. RGB value is (70,138,14). Sum of RGB (Red+Green+Blue) = 70+138+14=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 138 (54.30% from 255 or 62.16% from 222); Blue value is 14 (5.86% from 255 or 6.31% from 222); Max value from RGB is 138 - color contains mainly: green. Hex color #468A0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468A0E is #B975F1. Grayscale: #676767. Windows color (decimal): -12154354 or 952902. OLE color: 952902.
HSL color Cylindrical-coordinate representation of color #468A0E: hue angle of 92.9º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #468A0E is Cyan = 0.49, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 70 | 138 | 14 | - |
| CMYK | 0.49 | 0 | 0.90 | 0.46 |
| HSL | 92.9º | 0.82% | 0.3% | - |
| HSV(B) | 92.9º | 0.9% | 0.54% | - |
| XYZ | 11.69 | 19.51 | 3.57 | - |
| YUV | 103.53 | 77.47 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 138 | 14 | 0.49 | 0 | 0.90 | 0.46 | 92.9 | 0.82 | 0.3 |
| Hex | 46 | 8A | E | 31 | 0 | 5A | 2E | 5D | 52 | 1E |
| Octal | 106 | 212 | 16 | 61 | 0 | 132 | 56 | 135 | 122 | 36 |
| Binary | 1000110 | 10001010 | 1110 | 110001 | 0 | 1011010 | 101110 | 1011101 | 1010010 | 11110 |
Color Harmonies of #468A0E
Complementary color
Monochromatic Colors of #468A0E
Black with #468A0E
Text Example
Text Example
White with #468A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468A0E; }
p { color: rgb(70,138,14); }
H1.HeaderClassName
{
color: #468A0E;
}
.AnyTagClassName
{
color: #468A0E;
}
</style>
background-color css
<style>
a { background-color: #468A0E; }
a { background-color: rgb(70,138,14); }
div.DivClassName
{
background-color: #468A0E;
}
.BgClassName
{
background-color: #468A0E;
}
</style>
border-color css
<style>
span { border-color: #468A0E; }
span { border-color: rgb(70,138,14); }
td.TdClassName
{
border-color: #468A0E;
}
.TagClassName
{
border-color: #468A0E;
}
</style>