Html Css Color HEX #809345 Wasabi

📋 copy color: '#809345'

red 128 ◦ green 147 ◦ blue 69

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

Shades of Wasabi #809345

Tints of Wasabi #809345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.06%

R = 37.21%
G = 42.73%
B = 20.06%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#809345 (or 0x809345) is known color: Wasabi. HEX triplet: 80, 93 and 45. RGB value is (128,147,69). Sum of RGB (Red+Green+Blue) = 128+147+69=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 69 (27.34% from 255 or 20.06% from 344); Max value from RGB is 147 - color contains mainly: green. Hex color #809345 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809345 is #7F6CBA. Grayscale: #848484. Windows color (decimal): -8350907 or 4559744. OLE color: 4559744.

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

Color convert

RGB 128 147 69 -
CMYK 0.13 0 0.53 0.42
HSL 74.62º 0.36% 0.42% -
HSV(B) 74.62º 0.53% 0.58% -
XYZ 20.41 25.89 9.55 -
YUV 132.43 92.21 124.84 -
System Red Green Blue C M Y K H S L
Decimal 128 147 69 0.13 0 0.53 0.42 74.62 0.36 0.42
Hex 80 93 45 D 0 35 2A 4B 24 2A
Octal 200 223 105 15 0 65 52 113 44 52
Binary 10000000 10010011 1000101 1101 0 110101 101010 1001011 100100 101010

Color Harmonies of #809345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809345

Black with #809345

Text Example


Text Example

White with #809345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809345; }

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

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

background-color css

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

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

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

border-color css

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

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

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