Html Css Color HEX #469106 La Palma

📋 copy color: '#469106'

red 70 ◦ green 145 ◦ blue 6

#469106
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Palma #469106

Tints of La Palma #469106

RGB

 RED value IS 70 (27.73% from 255) = 31.67%

 GREEN value IS 145 (57.03% from 255) = 65.61%

 BLUE value IS 6 (2.73% from 255) = 2.71%

R = 31.67%
G = 65.61%
B = 2.71%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.96

 K value IS 0.43

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#469106 (or 0x469106) is known color: La Palma. HEX triplet: 46, 91 and 06. RGB value is (70,145,6). Sum of RGB (Red+Green+Blue) = 70+145+6=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 145 (57.03% from 255 or 65.61% from 221); Blue value is 6 (2.73% from 255 or 2.71% from 221); Max value from RGB is 145 - color contains mainly: green. Hex color #469106 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469106 is #B96EF9. Grayscale: #6B6B6B. Windows color (decimal): -12152570 or 430406. OLE color: 430406.

HSL color Cylindrical-coordinate representation of color #469106: hue angle of 92.37º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #469106 is Cyan = 0.52, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 145 6 -
CMYK 0.52 0 0.96 0.43
HSL 92.37º 0.92% 0.3% -
HSV(B) 92.37º 0.96% 0.57% -
XYZ 12.68 21.57 3.67 -
YUV 106.73 71.15 101.8 -
System Red Green Blue C M Y K H S L
Decimal 70 145 6 0.52 0 0.96 0.43 92.37 0.92 0.3
Hex 46 91 6 34 0 60 2B 5C 5C 1E
Octal 106 221 6 64 0 140 53 134 134 36
Binary 1000110 10010001 110 110100 0 1100000 101011 1011100 1011100 11110

Color Harmonies of #469106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469106

Black with #469106

Text Example


Text Example

White with #469106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469106; }

 p { color: rgb(70,145,6); }

 H1.HeaderClassName
 {
   color: #469106;
 }
 .AnyTagClassName
 {
   color: #469106;
 }
</style>

background-color css

<style>
 a { background-color: #469106; }

 a { background-color: rgb(70,145,6); }

 div.DivClassName
 {
   background-color: #469106;
 }
 .BgClassName
 {
   background-color: #469106;
 }
</style>

border-color css

<style>
 span { border-color: #469106; }

 span { border-color: rgb(70,145,6); }

 td.TdClassName
 {
   border-color: #469106;
 }
 .TagClassName
 {
   border-color: #469106;
 }
</style>