Html Css Color HEX #80913F Wasabi

📋 copy color: '#80913F'

red 128 ◦ green 145 ◦ blue 63

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

Shades of Wasabi #80913F

Tints of Wasabi #80913F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.75%

R = 38.1%
G = 43.15%
B = 18.75%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.57

 K value IS 0.43

RGB Variations

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

Color information

#80913F (or 0x80913F) is known color: Wasabi. HEX triplet: 80, 91 and 3F. RGB value is (128,145,63). Sum of RGB (Red+Green+Blue) = 128+145+63=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 145 (57.03% from 255 or 43.15% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 145 - color contains mainly: green. Hex color #80913F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80913F is #7F6EC0. Grayscale: #828282. Windows color (decimal): -8351425 or 4166016. OLE color: 4166016.

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

Color convert

RGB 128 145 63 -
CMYK 0.12 0 0.57 0.43
HSL 72.44º 0.39% 0.41% -
HSV(B) 72.44º 0.57% 0.57% -
XYZ 19.92 25.2 8.52 -
YUV 130.57 89.87 126.17 -
System Red Green Blue C M Y K H S L
Decimal 128 145 63 0.12 0 0.57 0.43 72.44 0.39 0.41
Hex 80 91 3F C 0 39 2B 48 27 29
Octal 200 221 77 14 0 71 53 110 47 51
Binary 10000000 10010001 111111 1100 0 111001 101011 1001000 100111 101001

Color Harmonies of #80913F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80913F

Black with #80913F

Text Example


Text Example

White with #80913F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80913F; }

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

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

background-color css

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

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

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

border-color css

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

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

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