#879462

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

Shades of Avocado #879462

Tints of Avocado #879462

Color information

#879462 (or 0x879462) is unknown color: approx Avocado. HEX triplet: 87, 94 and 62. RGB value is (135,148,98). Sum of RGB (Red+Green+Blue) = 135+148+98=381 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.43% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 98 (38.67% from 255 or 25.72% from 381); Max value from RGB is 148 - color contains mainly: green. Hex color #879462 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879462 is #786B9D. Grayscale: #8A8A8A. Windows color (decimal): -7891870 or 6460551. OLE color: 6460551.

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

Color convert

RGB13514898-
CMYK0.0900.340.42
HSL75.6º20.33%48.24%-
HSV(B)75.6º33.78%58.04%-
XYZ22.7927.2115.61-
YUV138.41105.19125.57-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.43%
GREEN value IS 148 (58.20% from 255) = 38.85%
BLUE value IS 98 (38.67% from 255) = 25.72%
R=35.43%
G=38.85%
B=25.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal135148980.0900.340.4275.620.3348.24
Hex87946290222A4c1430
Octal20722414211042521142460
Binary1000011110010100110001010010100010101010100110010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879462; }

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

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

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

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

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

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

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

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