Shades of La Palma #468D0F
Tints of La Palma #468D0F
RGB
CMYK
RGB Variations
Color information
#468D0F (or 0x468D0F) is known color: La Palma. HEX triplet: 46, 8D and 0F. RGB value is (70,141,15). Sum of RGB (Red+Green+Blue) = 70+141+15=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 141 (55.47% from 255 or 62.39% from 226); Blue value is 15 (6.25% from 255 or 6.64% from 226); Max value from RGB is 141 - color contains mainly: green. Hex color #468D0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468D0F is #B972F0. Grayscale: #696969. Windows color (decimal): -12153585 or 1019206. OLE color: 1019206.
HSL color Cylindrical-coordinate representation of color #468D0F: hue angle of 93.81º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #468D0F is Cyan = 0.50, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 141 | 15 | - |
| CMYK | 0.50 | 0 | 0.89 | 0.45 |
| HSL | 93.81º | 0.81% | 0.31% | - |
| HSV(B) | 93.81º | 0.89% | 0.55% | - |
| XYZ | 12.14 | 20.39 | 3.75 | - |
| YUV | 105.41 | 76.98 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 141 | 15 | 0.50 | 0 | 0.89 | 0.45 | 93.81 | 0.81 | 0.31 |
| Hex | 46 | 8D | F | 32 | 0 | 59 | 2D | 5E | 51 | 1F |
| Octal | 106 | 215 | 17 | 62 | 0 | 131 | 55 | 136 | 121 | 37 |
| Binary | 1000110 | 10001101 | 1111 | 110010 | 0 | 1011001 | 101101 | 1011110 | 1010001 | 11111 |
Color Harmonies of #468D0F
Complementary color
Monochromatic Colors of #468D0F
Black with #468D0F
Text Example
Text Example
White with #468D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468D0F; }
p { color: rgb(70,141,15); }
H1.HeaderClassName
{
color: #468D0F;
}
.AnyTagClassName
{
color: #468D0F;
}
</style>
background-color css
<style>
a { background-color: #468D0F; }
a { background-color: rgb(70,141,15); }
div.DivClassName
{
background-color: #468D0F;
}
.BgClassName
{
background-color: #468D0F;
}
</style>
border-color css
<style>
span { border-color: #468D0F; }
span { border-color: rgb(70,141,15); }
td.TdClassName
{
border-color: #468D0F;
}
.TagClassName
{
border-color: #468D0F;
}
</style>