Html Css Color HEX #87964A Wasabi

📋 copy color: '#87964A'

red 135 ◦ green 150 ◦ blue 74

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

Shades of Wasabi #87964A

Tints of Wasabi #87964A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.78%

 BLUE value IS 74 (29.3% from 255) = 20.61%

R = 37.6%
G = 41.78%
B = 20.61%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#87964A (or 0x87964A) is known color: Wasabi. HEX triplet: 87, 96 and 4A. RGB value is (135,150,74). Sum of RGB (Red+Green+Blue) = 135+150+74=359 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.60% from 359); Green value is 150 (58.98% from 255 or 41.78% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 150 - color contains mainly: green. Hex color #87964A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87964A is #7869B5. Grayscale: #898989. Windows color (decimal): -7891382 or 4888199. OLE color: 4888199.

HSL color Cylindrical-coordinate representation of color #87964A: hue angle of 71.84º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #87964A is Cyan = 0.1, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB 135 150 74 -
CMYK 0.1 0 0.51 0.41
HSL 71.84º 0.34% 0.44% -
HSV(B) 71.84º 0.51% 0.59% -
XYZ 22.13 27.46 10.61 -
YUV 136.85 92.53 126.68 -
System Red Green Blue C M Y K H S L
Decimal 135 150 74 0.1 0 0.51 0.41 71.84 0.34 0.44
Hex 87 96 4A A 0 33 29 48 22 2C
Octal 207 226 112 12 0 63 51 110 42 54
Binary 10000111 10010110 1001010 1010 0 110011 101001 1001000 100010 101100

Color Harmonies of #87964A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87964A

Black with #87964A

Text Example


Text Example

White with #87964A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87964A; }

 p { color: rgb(135,150,74); }

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

background-color css

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

 a { background-color: rgb(135,150,74); }

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

border-color css

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

 span { border-color: rgb(135,150,74); }

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