Html Css Color HEX #809145 Wasabi

📋 copy color: '#809145'

red 128 ◦ green 145 ◦ blue 69

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

Shades of Wasabi #809145

Tints of Wasabi #809145

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.4%

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

R = 37.43%
G = 42.4%
B = 20.18%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.52

 K value IS 0.43

RGB Variations

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

Color information

#809145 (or 0x809145) is known color: Wasabi. HEX triplet: 80, 91 and 45. RGB value is (128,145,69). Sum of RGB (Red+Green+Blue) = 128+145+69=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 145 (57.03% from 255 or 42.40% from 342); Blue value is 69 (27.34% from 255 or 20.18% from 342); Max value from RGB is 145 - color contains mainly: green. Hex color #809145 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809145 is #7F6EBA. Grayscale: #838383. Windows color (decimal): -8351419 or 4559232. OLE color: 4559232.

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

Color convert

RGB 128 145 69 -
CMYK 0.12 0 0.52 0.43
HSL 73.42º 0.36% 0.42% -
HSV(B) 73.42º 0.52% 0.57% -
XYZ 20.1 25.27 9.45 -
YUV 131.25 92.87 125.68 -
System Red Green Blue C M Y K H S L
Decimal 128 145 69 0.12 0 0.52 0.43 73.42 0.36 0.42
Hex 80 91 45 C 0 34 2B 49 24 2A
Octal 200 221 105 14 0 64 53 111 44 52
Binary 10000000 10010001 1000101 1100 0 110100 101011 1001001 100100 101010

Color Harmonies of #809145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809145

Black with #809145

Text Example


Text Example

White with #809145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809145; }

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

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

background-color css

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

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

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

border-color css

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

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

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