#7F803C

Color #7F803C Wasabi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wasabi #7F803C

Tints of Wasabi #7F803C

Color information

#7F803C (or 0x7F803C) is unknown color: approx Wasabi. HEX triplet: 7F, 80 and 3C. RGB value is (127,128,60). Sum of RGB (Red+Green+Blue) = 127+128+60=315 (41% of max value = 765). Red value is 127 (50% from 255 or 40.32% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 128 - color contains mainly: green. Hex color #7F803C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F803C is #807FC3. Grayscale: #787878. Windows color (decimal): -8421316 or 3965055. OLE color: 3965055.

HSL color Cylindrical-coordinate representation of color #7F803C: hue angle of 60.88º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7F803C is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB12712860-
CMYK0.0100.530.50
HSL60.88º36.17%36.86%-
HSV(B)60.88º53.12%50.2%-
XYZ17.2920.287.28-
YUV119.9594.17133.03-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 40.32%
GREEN value IS 128 (50.39% from 255) = 40.63%
BLUE value IS 60 (23.83% from 255) = 19.05%
R=40.32%
G=40.63%
B=19.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127128600.0100.530.5060.8836.1736.86
Hex7F803C1035323d2425
Octal17720074106562754445
Binary11111111000000011110010110101110010111101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F803C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F803C; }

 p { color: rgb(127,128,60); }

 H1.HeaderClassName
 {
   color: #7F803C;
 }
 .AnyTagClassName
 {
   color: #7F803C;
 }
</style>
background-color css

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

 a { background-color: rgb(127,128,60); }

 div.DivClassName
 {
   background-color: #7F803C;
 }
 .BgClassName
 {
   background-color: #7F803C;
 }
</style>
border-color css

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

 span { border-color: rgb(127,128,60); }

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