#7F8A48

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

Shades of Wasabi #7F8A48

Tints of Wasabi #7F8A48

Color information

#7F8A48 (or 0x7F8A48) is unknown color: approx Wasabi. HEX triplet: 7F, 8A and 48. RGB value is (127,138,72). Sum of RGB (Red+Green+Blue) = 127+138+72=337 (44% of max value = 765). Red value is 127 (50% from 255 or 37.69% from 337); Green value is 138 (54.30% from 255 or 40.95% from 337); Blue value is 72 (28.52% from 255 or 21.36% from 337); Max value from RGB is 138 - color contains mainly: green. Hex color #7F8A48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F8A48 is #8075B7. Grayscale: #7F7F7F. Windows color (decimal): -8418744 or 4754047. OLE color: 4754047.

HSL color Cylindrical-coordinate representation of color #7F8A48: hue angle of 70º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7F8A48 is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.46.

Color convert

RGB12713872-
CMYK0.0800.480.46
HSL70º31.43%41.18%-
HSV(B)70º47.83%54.12%-
XYZ19.0123.169.6-
YUV127.1996.86127.87-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.69%
GREEN value IS 138 (54.30% from 255) = 40.95%
BLUE value IS 72 (28.52% from 255) = 21.36%
R=37.69%
G=40.95%
B=21.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal127138720.0800.480.467031.4341.18
Hex7F8A4880302E461f29
Octal17721211010060561063751
Binary111111110001010100100010000110000101110100011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,138,72); }

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

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

 a { background-color: rgb(127,138,72); }

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

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

 span { border-color: rgb(127,138,72); }

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