Shades of La Palma #469B0F
Tints of La Palma #469B0F
RGB
CMYK
RGB Variations
Color information
#469B0F (or 0x469B0F) is known color: La Palma. HEX triplet: 46, 9B and 0F. RGB value is (70,155,15). Sum of RGB (Red+Green+Blue) = 70+155+15=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 155 (60.94% from 255 or 64.58% from 240); Blue value is 15 (6.25% from 255 or 6.25% from 240); Max value from RGB is 155 - color contains mainly: green. Hex color #469B0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469B0F is #B964F0. Grayscale: #727272. Windows color (decimal): -12150001 or 1022790. OLE color: 1022790.
HSL color Cylindrical-coordinate representation of color #469B0F: hue angle of 96.43º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #469B0F is Cyan = 0.55, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 155 | 15 | - |
| CMYK | 0.55 | 0 | 0.90 | 0.39 |
| HSL | 96.43º | 0.82% | 0.33% | - |
| HSV(B) | 96.43º | 0.9% | 0.61% | - |
| XYZ | 14.33 | 24.78 | 4.48 | - |
| YUV | 113.63 | 72.34 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 155 | 15 | 0.55 | 0 | 0.90 | 0.39 | 96.43 | 0.82 | 0.33 |
| Hex | 46 | 9B | F | 37 | 0 | 5A | 27 | 60 | 52 | 21 |
| Octal | 106 | 233 | 17 | 67 | 0 | 132 | 47 | 140 | 122 | 41 |
| Binary | 1000110 | 10011011 | 1111 | 110111 | 0 | 1011010 | 100111 | 1100000 | 1010010 | 100001 |
Color Harmonies of #469B0F
Complementary color
Monochromatic Colors of #469B0F
Black with #469B0F
Text Example
Text Example
White with #469B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469B0F; }
p { color: rgb(70,155,15); }
H1.HeaderClassName
{
color: #469B0F;
}
.AnyTagClassName
{
color: #469B0F;
}
</style>
background-color css
<style>
a { background-color: #469B0F; }
a { background-color: rgb(70,155,15); }
div.DivClassName
{
background-color: #469B0F;
}
.BgClassName
{
background-color: #469B0F;
}
</style>
border-color css
<style>
span { border-color: #469B0F; }
span { border-color: rgb(70,155,15); }
td.TdClassName
{
border-color: #469B0F;
}
.TagClassName
{
border-color: #469B0F;
}
</style>