Html Css Color HEX #879465 Avocado

📋 copy color: '#879465'

red 135 ◦ green 148 ◦ blue 101

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

Shades of Avocado #879465

Tints of Avocado #879465

RGB

 RED value IS 135 (53.13% from 255) = 35.16%

 GREEN value IS 148 (58.2% from 255) = 38.54%

 BLUE value IS 101 (39.84% from 255) = 26.3%

R = 35.16%
G = 38.54%
B = 26.3%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#879465 (or 0x879465) is known color: 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

RGB 135 148 101 -
CMYK 0.09 0 0.32 0.42
HSL 76.6º 0.19% 0.49% -
HSV(B) 76.6º 0.32% 0.58% -
XYZ 22.93 27.27 16.37 -
YUV 138.76 106.69 125.32 -
System Red Green Blue C M Y K H S L
Decimal 135 148 101 0.09 0 0.32 0.42 76.6 0.19 0.49
Hex 87 94 65 9 0 20 2A 4D 13 31
Octal 207 224 145 11 0 40 52 115 23 61
Binary 10000111 10010100 1100101 1001 0 100000 101010 1001101 10011 110001

Color Harmonies of #879465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879465

Black with #879465

Text Example


Text Example

White with #879465

Text Example


Text Example

HTML Codes & Css Web 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>