#879464

Color #879464 Avocado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Avocado #879464

Tints of Avocado #879464

Color information

#879464 (or 0x879464) is unknown color: approx Avocado. HEX triplet: 87, 94 and 64. RGB value is (135,148,100). Sum of RGB (Red+Green+Blue) = 135+148+100=383 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.25% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 100 (39.45% from 255 or 26.11% from 383); Max value from RGB is 148 - color contains mainly: green. Hex color #879464 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879464 is #786B9B. Grayscale: #8A8A8A. Windows color (decimal): -7891868 or 6591623. OLE color: 6591623.

HSL color Cylindrical-coordinate representation of color #879464: hue angle of 76.25º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #879464 is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB135148100-
CMYK0.0900.320.42
HSL76.25º19.35%48.63%-
HSV(B)76.25º32.43%58.04%-
XYZ22.8827.2516.11-
YUV138.64106.19125.4-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.25%
GREEN value IS 148 (58.20% from 255) = 38.64%
BLUE value IS 100 (39.45% from 255) = 26.11%
R=35.25%
G=38.64%
B=26.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351481000.0900.320.4276.2519.3548.63
Hex87946490202A4c1331
Octal20722414411040521142361
Binary1000011110010100110010010010100000101010100110010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879464; }

 p { color: rgb(135,148,100); }

 H1.HeaderClassName
 {
   color: #879464;
 }
 .AnyTagClassName
 {
   color: #879464;
 }
</style>
background-color css

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

 a { background-color: rgb(135,148,100); }

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

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

 span { border-color: rgb(135,148,100); }

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