#7D8D4A

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

Shades of Wasabi #7D8D4A

Tints of Wasabi #7D8D4A

Color information

#7D8D4A (or 0x7D8D4A) is unknown color: approx Wasabi. HEX triplet: 7D, 8D and 4A. RGB value is (125,141,74). Sum of RGB (Red+Green+Blue) = 125+141+74=340 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.76% from 340); Green value is 141 (55.47% from 255 or 41.47% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 141 - color contains mainly: green. Hex color #7D8D4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8D4A is #8272B5. Grayscale: #808080. Windows color (decimal): -8549046 or 4885885. OLE color: 4885885.

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

Color convert

RGB12514174-
CMYK0.1100.480.45
HSL74.33º31.16%42.16%-
HSV(B)74.33º47.52%55.29%-
XYZ19.2223.910.08-
YUV128.5897.2125.45-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.76%
GREEN value IS 141 (55.47% from 255) = 41.47%
BLUE value IS 74 (29.30% from 255) = 21.76%
R=36.76%
G=41.47%
B=21.76%

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
Decimal125141740.1100.480.4574.3331.1642.16
Hex7D8D4AB0302D4a1f2a
Octal17521511213060551123752
Binary111110110001101100101010110110000101101100101011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,141,74); }

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

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

 a { background-color: rgb(125,141,74); }

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

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

 span { border-color: rgb(125,141,74); }

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