#879458

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

Shades of Avocado #879458

Tints of Avocado #879458

Color information

#879458 (or 0x879458) is unknown color: approx Avocado. HEX triplet: 87, 94 and 58. RGB value is (135,148,88). Sum of RGB (Red+Green+Blue) = 135+148+88=371 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.39% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 148 - color contains mainly: green. Hex color #879458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879458 is #786BA7. Grayscale: #898989. Windows color (decimal): -7891880 or 5805191. OLE color: 5805191.

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

Color convert

RGB13514888-
CMYK0.0900.410.42
HSL73º25.42%46.27%-
HSV(B)73º40.54%58.04%-
XYZ22.3427.0413.27-
YUV137.27100.19126.38-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.39%
GREEN value IS 148 (58.20% from 255) = 39.89%
BLUE value IS 88 (34.77% from 255) = 23.72%
R=36.39%
G=39.89%
B=23.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal135148880.0900.410.427325.4246.27
Hex87945890292A49192e
Octal20722413011051521113156
Binary1000011110010100101100010010101001101010100100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879458; }

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

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

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

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

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

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

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

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