Html Css Color HEX #809346 Wasabi

📋 copy color: '#809346'

red 128 ◦ green 147 ◦ blue 70

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

Shades of Wasabi #809346

Tints of Wasabi #809346

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.61%

 BLUE value IS 70 (27.73% from 255) = 20.29%

R = 37.1%
G = 42.61%
B = 20.29%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#809346 (or 0x809346) is known color: Wasabi. HEX triplet: 80, 93 and 46. RGB value is (128,147,70). Sum of RGB (Red+Green+Blue) = 128+147+70=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 147 (57.81% from 255 or 42.61% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 147 - color contains mainly: green. Hex color #809346 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809346 is #7F6CB9. Grayscale: #848484. Windows color (decimal): -8350906 or 4625280. OLE color: 4625280.

HSL color Cylindrical-coordinate representation of color #809346: hue angle of 74.81º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #809346 is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 147 70 -
CMYK 0.13 0 0.52 0.42
HSL 74.81º 0.35% 0.43% -
HSV(B) 74.81º 0.52% 0.58% -
XYZ 20.44 25.9 9.72 -
YUV 132.54 92.71 124.76 -
System Red Green Blue C M Y K H S L
Decimal 128 147 70 0.13 0 0.52 0.42 74.81 0.35 0.43
Hex 80 93 46 D 0 34 2A 4B 23 2B
Octal 200 223 106 15 0 64 52 113 43 53
Binary 10000000 10010011 1000110 1101 0 110100 101010 1001011 100011 101011

Color Harmonies of #809346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809346

Black with #809346

Text Example


Text Example

White with #809346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809346; }

 p { color: rgb(128,147,70); }

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

background-color css

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

 a { background-color: rgb(128,147,70); }

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

border-color css

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

 span { border-color: rgb(128,147,70); }

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