Html Css Color HEX #80963E Wasabi

📋 copy color: '#80963E'

red 128 ◦ green 150 ◦ blue 62

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

Shades of Wasabi #80963E

Tints of Wasabi #80963E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.24%

R = 37.65%
G = 44.12%
B = 18.24%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.59

 K value IS 0.41

RGB Variations

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

Color information

#80963E (or 0x80963E) is known color: Wasabi. HEX triplet: 80, 96 and 3E. RGB value is (128,150,62). Sum of RGB (Red+Green+Blue) = 128+150+62=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 150 (58.98% from 255 or 44.12% from 340); Blue value is 62 (24.61% from 255 or 18.24% from 340); Max value from RGB is 150 - color contains mainly: green. Hex color #80963E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80963E is #7F69C1. Grayscale: #858585. Windows color (decimal): -8350146 or 4101760. OLE color: 4101760.

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

Color convert

RGB 128 150 62 -
CMYK 0.15 0 0.59 0.41
HSL 75º 0.42% 0.42% -
HSV(B) 75º 0.59% 0.59% -
XYZ 20.68 26.75 8.63 -
YUV 133.39 87.71 124.16 -
System Red Green Blue C M Y K H S L
Decimal 128 150 62 0.15 0 0.59 0.41 75 0.42 0.42
Hex 80 96 3E F 0 3B 29 4B 2A 2A
Octal 200 226 76 17 0 73 51 113 52 52
Binary 10000000 10010110 111110 1111 0 111011 101001 1001011 101010 101010

Color Harmonies of #80963E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80963E

Black with #80963E

Text Example


Text Example

White with #80963E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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