Html Css Color HEX #808D3E Wasabi

📋 copy color: '#808D3E'

red 128 ◦ green 141 ◦ blue 62

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

Shades of Wasabi #808D3E

Tints of Wasabi #808D3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.73%

R = 38.67%
G = 42.6%
B = 18.73%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.56

 K value IS 0.45

RGB Variations

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

Color information

#808D3E (or 0x808D3E) is known color: Wasabi. HEX triplet: 80, 8D and 3E. RGB value is (128,141,62). Sum of RGB (Red+Green+Blue) = 128+141+62=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 141 (55.47% from 255 or 42.60% from 331); Blue value is 62 (24.61% from 255 or 18.73% from 331); Max value from RGB is 141 - color contains mainly: green. Hex color #808D3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808D3E is #7F72C1. Grayscale: #808080. Windows color (decimal): -8352450 or 4099456. OLE color: 4099456.

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

Color convert

RGB 128 141 62 -
CMYK 0.09 0 0.56 0.45
HSL 69.87º 0.39% 0.4% -
HSV(B) 69.87º 0.56% 0.55% -
XYZ 19.3 23.99 8.17 -
YUV 128.11 90.69 127.92 -
System Red Green Blue C M Y K H S L
Decimal 128 141 62 0.09 0 0.56 0.45 69.87 0.39 0.4
Hex 80 8D 3E 9 0 38 2D 46 27 28
Octal 200 215 76 11 0 70 55 106 47 50
Binary 10000000 10001101 111110 1001 0 111000 101101 1000110 100111 101000

Color Harmonies of #808D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808D3E

Black with #808D3E

Text Example


Text Example

White with #808D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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