#7F8443

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

Shades of Wasabi #7F8443

Tints of Wasabi #7F8443

Color information

#7F8443 (or 0x7F8443) is unknown color: approx Wasabi. HEX triplet: 7F, 84 and 43. RGB value is (127,132,67). Sum of RGB (Red+Green+Blue) = 127+132+67=326 (43% of max value = 765). Red value is 127 (50% from 255 or 38.96% from 326); Green value is 132 (51.95% from 255 or 40.49% from 326); Blue value is 67 (26.56% from 255 or 20.55% from 326); Max value from RGB is 132 - color contains mainly: green. Hex color #7F8443 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F8443 is #807BBC. Grayscale: #7B7B7B. Windows color (decimal): -8420285 or 4424831. OLE color: 4424831.

HSL color Cylindrical-coordinate representation of color #7F8443: hue angle of 64.62º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F8443 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.48.

Color convert

RGB12713267-
CMYK0.0400.490.48
HSL64.62º32.66%39.02%-
HSV(B)64.62º49.24%51.76%-
XYZ18.0221.428.5-
YUV123.196.34130.79-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.96%
GREEN value IS 132 (51.95% from 255) = 40.49%
BLUE value IS 67 (26.56% from 255) = 20.55%
R=38.96%
G=40.49%
B=20.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal127132670.0400.490.4864.6232.6639.02
Hex7F8443403130412127
Octal1772041034061601014147
Binary111111110000100100001110001100011100001000001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,132,67); }

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

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

 a { background-color: rgb(127,132,67); }

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

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

 span { border-color: rgb(127,132,67); }

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