Html Css Color HEX #809140 Wasabi

📋 copy color: '#809140'

red 128 ◦ green 145 ◦ blue 64

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

Shades of Wasabi #809140

Tints of Wasabi #809140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.99%

R = 37.98%
G = 43.03%
B = 18.99%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.56

 K value IS 0.43

RGB Variations

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

Color information

#809140 (or 0x809140) is known color: Wasabi. HEX triplet: 80, 91 and 40. RGB value is (128,145,64). Sum of RGB (Red+Green+Blue) = 128+145+64=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 145 (57.03% from 255 or 43.03% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 145 - color contains mainly: green. Hex color #809140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809140 is #7F6EBF. Grayscale: #828282. Windows color (decimal): -8351424 or 4231552. OLE color: 4231552.

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

Color convert

RGB 128 145 64 -
CMYK 0.12 0 0.56 0.43
HSL 72.59º 0.39% 0.41% -
HSV(B) 72.59º 0.56% 0.57% -
XYZ 19.95 25.21 8.66 -
YUV 130.68 90.37 126.09 -
System Red Green Blue C M Y K H S L
Decimal 128 145 64 0.12 0 0.56 0.43 72.59 0.39 0.41
Hex 80 91 40 C 0 38 2B 49 27 29
Octal 200 221 100 14 0 70 53 111 47 51
Binary 10000000 10010001 1000000 1100 0 111000 101011 1001001 100111 101001

Color Harmonies of #809140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809140

Black with #809140

Text Example


Text Example

White with #809140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809140; }

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

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

background-color css

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

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

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

border-color css

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

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

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