#879465

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

Shades of Avocado #879465

Tints of Avocado #879465

Color information

#879465 (or 0x879465) is unknown color: approx Avocado. HEX triplet: 87, 94 and 65. RGB value is (135,148,101). Sum of RGB (Red+Green+Blue) = 135+148+101=384 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.16% from 384); Green value is 148 (58.20% from 255 or 38.54% from 384); Blue value is 101 (39.84% from 255 or 26.30% from 384); Max value from RGB is 148 - color contains mainly: green. Hex color #879465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879465 is #786B9A. Grayscale: #8A8A8A. Windows color (decimal): -7891867 or 6657159. OLE color: 6657159.

HSL color Cylindrical-coordinate representation of color #879465: hue angle of 76.6º 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 #879465 is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB135148101-
CMYK0.0900.320.42
HSL76.6º18.88%48.82%-
HSV(B)76.6º31.76%58.04%-
XYZ22.9327.2716.37-
YUV138.76106.69125.32-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.16%
GREEN value IS 148 (58.20% from 255) = 38.54%
BLUE value IS 101 (39.84% from 255) = 26.30%
R=35.16%
G=38.54%
B=26.30%

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
Decimal1351481010.0900.320.4276.618.8848.82
Hex87946590202A4d1331
Octal20722414511040521152361
Binary1000011110010100110010110010100000101010100110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879465; }

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

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

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

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

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

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

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

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