Html Css Color HEX #808D4B Wasabi

📋 copy color: '#808D4B'

red 128 ◦ green 141 ◦ blue 75

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

Shades of Wasabi #808D4B

Tints of Wasabi #808D4B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.99%

 BLUE value IS 75 (29.69% from 255) = 21.8%

R = 37.21%
G = 40.99%
B = 21.8%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.47

 K value IS 0.45

RGB Variations

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

Color information

#808D4B (or 0x808D4B) is known color: Wasabi. HEX triplet: 80, 8D and 4B. RGB value is (128,141,75). Sum of RGB (Red+Green+Blue) = 128+141+75=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 141 (55.47% from 255 or 40.99% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 141 - color contains mainly: green. Hex color #808D4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808D4B is #7F72B4. Grayscale: #818181. Windows color (decimal): -8352437 or 4951424. OLE color: 4951424.

HSL color Cylindrical-coordinate representation of color #808D4B: hue angle of 71.82º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #808D4B is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB 128 141 75 -
CMYK 0.09 0 0.47 0.45
HSL 71.82º 0.31% 0.42% -
HSV(B) 71.82º 0.47% 0.55% -
XYZ 19.7 24.15 10.28 -
YUV 129.59 97.19 126.87 -
System Red Green Blue C M Y K H S L
Decimal 128 141 75 0.09 0 0.47 0.45 71.82 0.31 0.42
Hex 80 8D 4B 9 0 2F 2D 48 1F 2A
Octal 200 215 113 11 0 57 55 110 37 52
Binary 10000000 10001101 1001011 1001 0 101111 101101 1001000 11111 101010

Color Harmonies of #808D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808D4B

Black with #808D4B

Text Example


Text Example

White with #808D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,141,75); }

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

background-color css

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

 a { background-color: rgb(128,141,75); }

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

border-color css

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

 span { border-color: rgb(128,141,75); }

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