Html Css Color HEX #80903F Wasabi

📋 copy color: '#80903F'

red 128 ◦ green 144 ◦ blue 63

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

Shades of Wasabi #80903F

Tints of Wasabi #80903F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.99%

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

R = 38.21%
G = 42.99%
B = 18.81%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#80903F (or 0x80903F) is known color: Wasabi. HEX triplet: 80, 90 and 3F. RGB value is (128,144,63). Sum of RGB (Red+Green+Blue) = 128+144+63=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 144 - color contains mainly: green. Hex color #80903F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80903F is #7F6FC0. Grayscale: #828282. Windows color (decimal): -8351681 or 4165760. OLE color: 4165760.

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

Color convert

RGB 128 144 63 -
CMYK 0.11 0 0.56 0.44
HSL 71.85º 0.39% 0.41% -
HSV(B) 71.85º 0.56% 0.56% -
XYZ 19.77 24.89 8.47 -
YUV 129.98 90.2 126.59 -
System Red Green Blue C M Y K H S L
Decimal 128 144 63 0.11 0 0.56 0.44 71.85 0.39 0.41
Hex 80 90 3F B 0 38 2C 48 27 29
Octal 200 220 77 13 0 70 54 110 47 51
Binary 10000000 10010000 111111 1011 0 111000 101100 1001000 100111 101001

Color Harmonies of #80903F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80903F

Black with #80903F

Text Example


Text Example

White with #80903F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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