Html Css Color HEX #808A3D Wasabi

📋 copy color: '#808A3D'

red 128 ◦ green 138 ◦ blue 61

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

Shades of Wasabi #808A3D

Tints of Wasabi #808A3D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 42.2%

 BLUE value IS 61 (24.22% from 255) = 18.65%

R = 39.14%
G = 42.2%
B = 18.65%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.56

 K value IS 0.46

RGB Variations

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

Color information

#808A3D (or 0x808A3D) is known color: Wasabi. HEX triplet: 80, 8A and 3D. RGB value is (128,138,61). Sum of RGB (Red+Green+Blue) = 128+138+61=327 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.14% from 327); Green value is 138 (54.30% from 255 or 42.20% from 327); Blue value is 61 (24.22% from 255 or 18.65% from 327); Max value from RGB is 138 - color contains mainly: green. Hex color #808A3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808A3D is #7F75C2. Grayscale: #7E7E7E. Windows color (decimal): -8353219 or 4033152. OLE color: 4033152.

HSL color Cylindrical-coordinate representation of color #808A3D: hue angle of 67.79º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #808A3D is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.46.

Color convert

RGB 128 138 61 -
CMYK 0.07 0 0.56 0.46
HSL 67.79º 0.39% 0.39% -
HSV(B) 67.79º 0.56% 0.54% -
XYZ 18.83 23.1 7.88 -
YUV 126.23 91.19 129.26 -
System Red Green Blue C M Y K H S L
Decimal 128 138 61 0.07 0 0.56 0.46 67.79 0.39 0.39
Hex 80 8A 3D 7 0 38 2E 44 27 27
Octal 200 212 75 7 0 70 56 104 47 47
Binary 10000000 10001010 111101 111 0 111000 101110 1000100 100111 100111

Color Harmonies of #808A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808A3D

Black with #808A3D

Text Example


Text Example

White with #808A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,138,61); }

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

background-color css

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

 a { background-color: rgb(128,138,61); }

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

border-color css

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

 span { border-color: rgb(128,138,61); }

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