Html Css Color HEX #808B3D Wasabi

📋 copy color: '#808B3D'

red 128 ◦ green 139 ◦ blue 61

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

Shades of Wasabi #808B3D

Tints of Wasabi #808B3D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 42.38%

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

R = 39.02%
G = 42.38%
B = 18.6%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.56

 K value IS 0.45

RGB Variations

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

Color information

#808B3D (or 0x808B3D) is known color: Wasabi. HEX triplet: 80, 8B and 3D. RGB value is (128,139,61). Sum of RGB (Red+Green+Blue) = 128+139+61=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 139 (54.69% from 255 or 42.38% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 139 - color contains mainly: green. Hex color #808B3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808B3D is #7F74C2. Grayscale: #7F7F7F. Windows color (decimal): -8352963 or 4033408. OLE color: 4033408.

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

Color convert

RGB 128 139 61 -
CMYK 0.08 0 0.56 0.45
HSL 68.46º 0.39% 0.39% -
HSV(B) 68.46º 0.56% 0.55% -
XYZ 18.98 23.39 7.93 -
YUV 126.82 90.86 128.84 -
System Red Green Blue C M Y K H S L
Decimal 128 139 61 0.08 0 0.56 0.45 68.46 0.39 0.39
Hex 80 8B 3D 8 0 38 2D 44 27 27
Octal 200 213 75 10 0 70 55 104 47 47
Binary 10000000 10001011 111101 1000 0 111000 101101 1000100 100111 100111

Color Harmonies of #808B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808B3D

Black with #808B3D

Text Example


Text Example

White with #808B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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