#7C8C4B

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

Shades of Wasabi #7C8C4B

Tints of Wasabi #7C8C4B

Color information

#7C8C4B (or 0x7C8C4B) is unknown color: approx Wasabi. HEX triplet: 7C, 8C and 4B. RGB value is (124,140,75). Sum of RGB (Red+Green+Blue) = 124+140+75=339 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.58% from 339); Green value is 140 (55.08% from 255 or 41.30% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 140 - color contains mainly: green. Hex color #7C8C4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8C4B is #8373B4. Grayscale: #808080. Windows color (decimal): -8614837 or 4951164. OLE color: 4951164.

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

Color convert

RGB12414075-
CMYK0.1100.460.45
HSL74.77º30.23%42.16%-
HSV(B)74.77º46.43%54.9%-
XYZ18.9623.5510.2-
YUV127.8198.2125.29-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.58%
GREEN value IS 140 (55.08% from 255) = 41.30%
BLUE value IS 75 (29.69% from 255) = 22.12%
R=36.58%
G=41.30%
B=22.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal124140750.1100.460.4574.7730.2342.16
Hex7C8C4BB02E2D4b1e2a
Octal17421411313056551133652
Binary111110010001100100101110110101110101101100101111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,140,75); }

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

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

 a { background-color: rgb(124,140,75); }

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

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

 span { border-color: rgb(124,140,75); }

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