Html Css Color HEX #80964D Wasabi

📋 copy color: '#80964D'

red 128 ◦ green 150 ◦ blue 77

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

Shades of Wasabi #80964D

Tints of Wasabi #80964D

RGB

 RED value IS 128 (50.39% from 255) = 36.06%

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

 BLUE value IS 77 (30.47% from 255) = 21.69%

R = 36.06%
G = 42.25%
B = 21.69%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#80964D (or 0x80964D) is known color: Wasabi. HEX triplet: 80, 96 and 4D. RGB value is (128,150,77). Sum of RGB (Red+Green+Blue) = 128+150+77=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 150 (58.98% from 255 or 42.25% from 355); Blue value is 77 (30.47% from 255 or 21.69% from 355); Max value from RGB is 150 - color contains mainly: green. Hex color #80964D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80964D is #7F69B2. Grayscale: #878787. Windows color (decimal): -8350131 or 5084800. OLE color: 5084800.

HSL color Cylindrical-coordinate representation of color #80964D: hue angle of 78.08º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80964D is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB 128 150 77 -
CMYK 0.15 0 0.49 0.41
HSL 78.08º 0.32% 0.45% -
HSV(B) 78.08º 0.49% 0.59% -
XYZ 21.15 26.94 11.11 -
YUV 135.1 95.21 122.94 -
System Red Green Blue C M Y K H S L
Decimal 128 150 77 0.15 0 0.49 0.41 78.08 0.32 0.45
Hex 80 96 4D F 0 31 29 4E 20 2D
Octal 200 226 115 17 0 61 51 116 40 55
Binary 10000000 10010110 1001101 1111 0 110001 101001 1001110 100000 101101

Color Harmonies of #80964D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80964D

Black with #80964D

Text Example


Text Example

White with #80964D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80964D; }

 p { color: rgb(128,150,77); }

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

background-color css

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

 a { background-color: rgb(128,150,77); }

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

border-color css

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

 span { border-color: rgb(128,150,77); }

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