Html Css Color HEX #808648 Wasabi

📋 copy color: '#808648'

red 128 ◦ green 134 ◦ blue 72

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

Shades of Wasabi #808648

Tints of Wasabi #808648

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.12%

 BLUE value IS 72 (28.52% from 255) = 21.56%

R = 38.32%
G = 40.12%
B = 21.56%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#808648 (or 0x808648) is known color: Wasabi. HEX triplet: 80, 86 and 48. RGB value is (128,134,72). Sum of RGB (Red+Green+Blue) = 128+134+72=334 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.32% from 334); Green value is 134 (52.73% from 255 or 40.12% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 134 - color contains mainly: green. Hex color #808648 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808648 is #7F79B7. Grayscale: #7D7D7D. Windows color (decimal): -8354232 or 4753024. OLE color: 4753024.

HSL color Cylindrical-coordinate representation of color #808648: hue angle of 65.81º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #808648 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 134 72 -
CMYK 0.04 0 0.46 0.47
HSL 65.81º 0.3% 0.4% -
HSV(B) 65.81º 0.46% 0.53% -
XYZ 18.6 22.11 9.42 -
YUV 125.14 98.01 130.04 -
System Red Green Blue C M Y K H S L
Decimal 128 134 72 0.04 0 0.46 0.47 65.81 0.3 0.4
Hex 80 86 48 4 0 2E 2F 42 1E 28
Octal 200 206 110 4 0 56 57 102 36 50
Binary 10000000 10000110 1001000 100 0 101110 101111 1000010 11110 101000

Color Harmonies of #808648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808648

Black with #808648

Text Example


Text Example

White with #808648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808648; }

 p { color: rgb(128,134,72); }

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

background-color css

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

 a { background-color: rgb(128,134,72); }

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

border-color css

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

 span { border-color: rgb(128,134,72); }

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