Html Css Color HEX #80964C Wasabi

📋 copy color: '#80964C'

red 128 ◦ green 150 ◦ blue 76

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

Shades of Wasabi #80964C

Tints of Wasabi #80964C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.47%

R = 36.16%
G = 42.37%
B = 21.47%

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

#80964C (or 0x80964C) is known color: Wasabi. HEX triplet: 80, 96 and 4C. RGB value is (128,150,76). Sum of RGB (Red+Green+Blue) = 128+150+76=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 150 (58.98% from 255 or 42.37% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 150 - color contains mainly: green. Hex color #80964C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80964C is #7F69B3. Grayscale: #878787. Windows color (decimal): -8350132 or 5019264. OLE color: 5019264.

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

Color convert

RGB 128 150 76 -
CMYK 0.15 0 0.49 0.41
HSL 77.84º 0.33% 0.44% -
HSV(B) 77.84º 0.49% 0.59% -
XYZ 21.11 26.92 10.92 -
YUV 134.99 94.71 123.02 -
System Red Green Blue C M Y K H S L
Decimal 128 150 76 0.15 0 0.49 0.41 77.84 0.33 0.44
Hex 80 96 4C F 0 31 29 4E 21 2C
Octal 200 226 114 17 0 61 51 116 41 54
Binary 10000000 10010110 1001100 1111 0 110001 101001 1001110 100001 101100

Color Harmonies of #80964C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80964C

Black with #80964C

Text Example


Text Example

White with #80964C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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