Html Css Color HEX #87945E Avocado

📋 copy color: '#87945E'

red 135 ◦ green 148 ◦ blue 94

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

Shades of Avocado #87945E

Tints of Avocado #87945E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.93%

R = 35.81%
G = 39.26%
B = 24.93%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#87945E (or 0x87945E) is known color: Avocado. HEX triplet: 87, 94 and 5E. RGB value is (135,148,94). Sum of RGB (Red+Green+Blue) = 135+148+94=377 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.81% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 148 - color contains mainly: green. Hex color #87945E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87945E is #786BA1. Grayscale: #8A8A8A. Windows color (decimal): -7891874 or 6198407. OLE color: 6198407.

HSL color Cylindrical-coordinate representation of color #87945E: hue angle of 74.44º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #87945E is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 135 148 94 -
CMYK 0.09 0 0.36 0.42
HSL 74.44º 0.22% 0.47% -
HSV(B) 74.44º 0.36% 0.58% -
XYZ 22.6 27.14 14.64 -
YUV 137.96 103.19 125.89 -
System Red Green Blue C M Y K H S L
Decimal 135 148 94 0.09 0 0.36 0.42 74.44 0.22 0.47
Hex 87 94 5E 9 0 24 2A 4A 16 2F
Octal 207 224 136 11 0 44 52 112 26 57
Binary 10000111 10010100 1011110 1001 0 100100 101010 1001010 10110 101111

Color Harmonies of #87945E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87945E

Black with #87945E

Text Example


Text Example

White with #87945E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87945E; }

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

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

background-color css

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

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

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

border-color css

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

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

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