Html Css Color HEX #879463 Avocado

📋 copy color: '#879463'

red 135 ◦ green 148 ◦ blue 99

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

Shades of Avocado #879463

Tints of Avocado #879463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 25.92%

R = 35.34%
G = 38.74%
B = 25.92%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#879463 (or 0x879463) is known color: Avocado. HEX triplet: 87, 94 and 63. RGB value is (135,148,99). Sum of RGB (Red+Green+Blue) = 135+148+99=382 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.34% from 382); Green value is 148 (58.20% from 255 or 38.74% from 382); Blue value is 99 (39.06% from 255 or 25.92% from 382); Max value from RGB is 148 - color contains mainly: green. Hex color #879463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879463 is #786B9C. Grayscale: #8A8A8A. Windows color (decimal): -7891869 or 6526087. OLE color: 6526087.

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

Color convert

RGB 135 148 99 -
CMYK 0.09 0 0.33 0.42
HSL 75.92º 0.2% 0.48% -
HSV(B) 75.92º 0.33% 0.58% -
XYZ 22.83 27.23 15.86 -
YUV 138.53 105.69 125.48 -
System Red Green Blue C M Y K H S L
Decimal 135 148 99 0.09 0 0.33 0.42 75.92 0.2 0.48
Hex 87 94 63 9 0 21 2A 4C 14 30
Octal 207 224 143 11 0 41 52 114 24 60
Binary 10000111 10010100 1100011 1001 0 100001 101010 1001100 10100 110000

Color Harmonies of #879463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879463

Black with #879463

Text Example


Text Example

White with #879463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #879463; }

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

 H1.HeaderClassName
 {
   color: #879463;
 }
 .AnyTagClassName
 {
   color: #879463;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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