Html Css Color HEX #808F4A Wasabi

📋 copy color: '#808F4A'

red 128 ◦ green 143 ◦ blue 74

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

Shades of Wasabi #808F4A

Tints of Wasabi #808F4A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 41.45%

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

R = 37.1%
G = 41.45%
B = 21.45%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.48

 K value IS 0.44

RGB Variations

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

Color information

#808F4A (or 0x808F4A) is known color: Wasabi. HEX triplet: 80, 8F and 4A. RGB value is (128,143,74). Sum of RGB (Red+Green+Blue) = 128+143+74=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 143 (56.25% from 255 or 41.45% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 143 - color contains mainly: green. Hex color #808F4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808F4A is #7F70B5. Grayscale: #828282. Windows color (decimal): -8351926 or 4886400. OLE color: 4886400.

HSL color Cylindrical-coordinate representation of color #808F4A: hue angle of 73.04º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #808F4A is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB 128 143 74 -
CMYK 0.10 0 0.48 0.44
HSL 73.04º 0.32% 0.43% -
HSV(B) 73.04º 0.48% 0.56% -
XYZ 19.96 24.73 10.2 -
YUV 130.65 96.03 126.11 -
System Red Green Blue C M Y K H S L
Decimal 128 143 74 0.10 0 0.48 0.44 73.04 0.32 0.43
Hex 80 8F 4A A 0 30 2C 49 20 2B
Octal 200 217 112 12 0 60 54 111 40 53
Binary 10000000 10001111 1001010 1010 0 110000 101100 1001001 100000 101011

Color Harmonies of #808F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808F4A

Black with #808F4A

Text Example


Text Example

White with #808F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808F4A; }

 p { color: rgb(128,143,74); }

 H1.HeaderClassName
 {
   color: #808F4A;
 }
 .AnyTagClassName
 {
   color: #808F4A;
 }
</style>

background-color css

<style>
 a { background-color: #808F4A; }

 a { background-color: rgb(128,143,74); }

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

border-color css

<style>
 span { border-color: #808F4A; }

 span { border-color: rgb(128,143,74); }

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