#7C8B48

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

Shades of Wasabi #7C8B48

Tints of Wasabi #7C8B48

Color information

#7C8B48 (or 0x7C8B48) is unknown color: approx Wasabi. HEX triplet: 7C, 8B and 48. RGB value is (124,139,72). Sum of RGB (Red+Green+Blue) = 124+139+72=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 139 (54.69% from 255 or 41.49% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 139 - color contains mainly: green. Hex color #7C8B48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8B48 is #8374B7. Grayscale: #7F7F7F. Windows color (decimal): -8615096 or 4754300. OLE color: 4754300.

HSL color Cylindrical-coordinate representation of color #7C8B48: hue angle of 73.43º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C8B48 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB12413972-
CMYK0.1100.480.45
HSL73.43º31.75%41.37%-
HSV(B)73.43º48.2%54.51%-
XYZ18.7123.229.63-
YUV126.8897.03125.95-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.01%
GREEN value IS 139 (54.69% from 255) = 41.49%
BLUE value IS 72 (28.52% from 255) = 21.49%
R=37.01%
G=41.49%
B=21.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal124139720.1100.480.4573.4331.7541.37
Hex7C8B48B0302D492029
Octal17421311013060551114051
Binary1111100100010111001000101101100001011011001001100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,139,72); }

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

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

 a { background-color: rgb(124,139,72); }

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

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

 span { border-color: rgb(124,139,72); }

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