Html Css Color HEX #809050 Wasabi

📋 copy color: '#809050'

red 128 ◦ green 144 ◦ blue 80

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

Shades of Wasabi #809050

Tints of Wasabi #809050

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.91%

 BLUE value IS 80 (31.64% from 255) = 22.73%

R = 36.36%
G = 40.91%
B = 22.73%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#809050 (or 0x809050) is known color: Wasabi. HEX triplet: 80, 90 and 50. RGB value is (128,144,80). Sum of RGB (Red+Green+Blue) = 128+144+80=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 144 (56.64% from 255 or 40.91% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 144 - color contains mainly: green. Hex color #809050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809050 is #7F6FAF. Grayscale: #848484. Windows color (decimal): -8351664 or 5279872. OLE color: 5279872.

HSL color Cylindrical-coordinate representation of color #809050: hue angle of 75º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #809050 is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB 128 144 80 -
CMYK 0.11 0 0.44 0.44
HSL 75º 0.29% 0.44% -
HSV(B) 75º 0.44% 0.56% -
XYZ 20.32 25.11 11.37 -
YUV 131.92 98.7 125.2 -
System Red Green Blue C M Y K H S L
Decimal 128 144 80 0.11 0 0.44 0.44 75 0.29 0.44
Hex 80 90 50 B 0 2C 2C 4B 1D 2C
Octal 200 220 120 13 0 54 54 113 35 54
Binary 10000000 10010000 1010000 1011 0 101100 101100 1001011 11101 101100

Color Harmonies of #809050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809050

Black with #809050

Text Example


Text Example

White with #809050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809050; }

 p { color: rgb(128,144,80); }

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

background-color css

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

 a { background-color: rgb(128,144,80); }

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

border-color css

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

 span { border-color: rgb(128,144,80); }

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