#7F8243

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

Shades of Wasabi #7F8243

Tints of Wasabi #7F8243

Color information

#7F8243 (or 0x7F8243) is unknown color: approx Wasabi. HEX triplet: 7F, 82 and 43. RGB value is (127,130,67). Sum of RGB (Red+Green+Blue) = 127+130+67=324 (42% of max value = 765). Red value is 127 (50% from 255 or 39.20% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 67 (26.56% from 255 or 20.68% from 324); Max value from RGB is 130 - color contains mainly: green. Hex color #7F8243 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F8243 is #807DBC. Grayscale: #7A7A7A. Windows color (decimal): -8420797 or 4424319. OLE color: 4424319.

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

Color convert

RGB12713067-
CMYK0.0200.480.49
HSL62.86º31.98%38.63%-
HSV(B)62.86º48.46%50.98%-
XYZ17.7520.888.41-
YUV121.9297.01131.62-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.20%
GREEN value IS 130 (51.17% from 255) = 40.12%
BLUE value IS 67 (26.56% from 255) = 20.68%
R=39.20%
G=40.12%
B=20.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal127130670.0200.480.4962.8631.9838.63
Hex7F82432030313f2027
Octal177202103206061774047
Binary1111111100000101000011100110000110001111111100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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