Html Css Color HEX #468714 La Palma

📋 copy color: '#468714'

red 70 ◦ green 135 ◦ blue 20

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

Shades of La Palma #468714

Tints of La Palma #468714

RGB

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

 GREEN value IS 135 (53.13% from 255) = 60%

 BLUE value IS 20 (8.2% from 255) = 8.89%

R = 31.11%
G = 60%
B = 8.89%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#468714 (or 0x468714) is known color: La Palma. HEX triplet: 46, 87 and 14. RGB value is (70,135,20). Sum of RGB (Red+Green+Blue) = 70+135+20=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 135 (53.12% from 255 or 60% from 225); Blue value is 20 (8.20% from 255 or 8.89% from 225); Max value from RGB is 135 - color contains mainly: green. Hex color #468714 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468714 is #B978EB. Grayscale: #666666. Windows color (decimal): -12155116 or 1345350. OLE color: 1345350.

HSL color Cylindrical-coordinate representation of color #468714: hue angle of 93.91º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #468714 is Cyan = 0.48, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 135 20 -
CMYK 0.48 0 0.85 0.47
HSL 93.91º 0.74% 0.3% -
HSV(B) 93.91º 0.85% 0.53% -
XYZ 11.32 18.68 3.67 -
YUV 102.46 81.47 104.85 -
System Red Green Blue C M Y K H S L
Decimal 70 135 20 0.48 0 0.85 0.47 93.91 0.74 0.3
Hex 46 87 14 30 0 55 2F 5E 4A 1E
Octal 106 207 24 60 0 125 57 136 112 36
Binary 1000110 10000111 10100 110000 0 1010101 101111 1011110 1001010 11110

Color Harmonies of #468714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468714

Black with #468714

Text Example


Text Example

White with #468714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468714; }

 p { color: rgb(70,135,20); }

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

background-color css

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

 a { background-color: rgb(70,135,20); }

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

border-color css

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

 span { border-color: rgb(70,135,20); }

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