#7D8E4C

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

Shades of Wasabi #7D8E4C

Tints of Wasabi #7D8E4C

Color information

#7D8E4C (or 0x7D8E4C) is unknown color: approx Wasabi. HEX triplet: 7D, 8E and 4C. RGB value is (125,142,76). Sum of RGB (Red+Green+Blue) = 125+142+76=343 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.44% from 343); Green value is 142 (55.86% from 255 or 41.40% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 142 - color contains mainly: green. Hex color #7D8E4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8E4C is #8271B3. Grayscale: #818181. Windows color (decimal): -8548788 or 5017213. OLE color: 5017213.

HSL color Cylindrical-coordinate representation of color #7D8E4C: hue angle of 75.45º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7D8E4C is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB12514276-
CMYK0.1200.460.44
HSL75.45º30.28%42.75%-
HSV(B)75.45º46.48%55.69%-
XYZ19.4324.2310.49-
YUV129.3997.87124.87-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.44%
GREEN value IS 142 (55.86% from 255) = 41.40%
BLUE value IS 76 (30.08% from 255) = 22.16%
R=36.44%
G=41.40%
B=22.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal125142760.1200.460.4475.4530.2842.75
Hex7D8E4CC02E2C4b1e2b
Octal17521611414056541133653
Binary111110110001110100110011000101110101100100101111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,142,76); }

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

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

 a { background-color: rgb(125,142,76); }

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

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

 span { border-color: rgb(125,142,76); }

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