Shades of La Palma #468F06
Tints of La Palma #468F06
RGB
CMYK
RGB Variations
Color information
#468F06 (or 0x468F06) is known color: La Palma. HEX triplet: 46, 8F and 06. RGB value is (70,143,6). Sum of RGB (Red+Green+Blue) = 70+143+6=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 143 (56.25% from 255 or 65.30% from 219); Blue value is 6 (2.73% from 255 or 2.74% from 219); Max value from RGB is 143 - color contains mainly: green. Hex color #468F06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468F06 is #B970F9. Grayscale: #6A6A6A. Windows color (decimal): -12153082 or 429894. OLE color: 429894.
HSL color Cylindrical-coordinate representation of color #468F06: hue angle of 91.97º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #468F06 is Cyan = 0.51, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 143 | 6 | - |
| CMYK | 0.51 | 0 | 0.96 | 0.44 |
| HSL | 91.97º | 0.92% | 0.29% | - |
| HSV(B) | 91.97º | 0.96% | 0.56% | - |
| XYZ | 12.38 | 20.96 | 3.57 | - |
| YUV | 105.56 | 71.82 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 143 | 6 | 0.51 | 0 | 0.96 | 0.44 | 91.97 | 0.92 | 0.29 |
| Hex | 46 | 8F | 6 | 33 | 0 | 60 | 2C | 5C | 5C | 1D |
| Octal | 106 | 217 | 6 | 63 | 0 | 140 | 54 | 134 | 134 | 35 |
| Binary | 1000110 | 10001111 | 110 | 110011 | 0 | 1100000 | 101100 | 1011100 | 1011100 | 11101 |
Color Harmonies of #468F06
Complementary color
Monochromatic Colors of #468F06
Black with #468F06
Text Example
Text Example
White with #468F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468F06; }
p { color: rgb(70,143,6); }
H1.HeaderClassName
{
color: #468F06;
}
.AnyTagClassName
{
color: #468F06;
}
</style>
background-color css
<style>
a { background-color: #468F06; }
a { background-color: rgb(70,143,6); }
div.DivClassName
{
background-color: #468F06;
}
.BgClassName
{
background-color: #468F06;
}
</style>
border-color css
<style>
span { border-color: #468F06; }
span { border-color: rgb(70,143,6); }
td.TdClassName
{
border-color: #468F06;
}
.TagClassName
{
border-color: #468F06;
}
</style>