Html Css Color HEX #808644 Wasabi

📋 copy color: '#808644'

red 128 ◦ green 134 ◦ blue 68

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

Shades of Wasabi #808644

Tints of Wasabi #808644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.61%

R = 38.79%
G = 40.61%
B = 20.61%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#808644 (or 0x808644) is known color: Wasabi. HEX triplet: 80, 86 and 44. RGB value is (128,134,68). Sum of RGB (Red+Green+Blue) = 128+134+68=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 134 (52.73% from 255 or 40.61% from 330); Blue value is 68 (26.95% from 255 or 20.61% from 330); Max value from RGB is 134 - color contains mainly: green. Hex color #808644 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808644 is #7F79BB. Grayscale: #7C7C7C. Windows color (decimal): -8354236 or 4490880. OLE color: 4490880.

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

Color convert

RGB 128 134 68 -
CMYK 0.04 0 0.49 0.47
HSL 65.45º 0.33% 0.4% -
HSV(B) 65.45º 0.49% 0.53% -
XYZ 18.47 22.06 8.75 -
YUV 124.68 96.01 130.37 -
System Red Green Blue C M Y K H S L
Decimal 128 134 68 0.04 0 0.49 0.47 65.45 0.33 0.4
Hex 80 86 44 4 0 31 2F 41 21 28
Octal 200 206 104 4 0 61 57 101 41 50
Binary 10000000 10000110 1000100 100 0 110001 101111 1000001 100001 101000

Color Harmonies of #808644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808644

Black with #808644

Text Example


Text Example

White with #808644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808644; }

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

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

background-color css

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

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

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

border-color css

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

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

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