#7D8D3D

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

Shades of Wasabi #7D8D3D

Tints of Wasabi #7D8D3D

Color information

#7D8D3D (or 0x7D8D3D) is unknown color: approx Wasabi. HEX triplet: 7D, 8D and 3D. RGB value is (125,141,61). Sum of RGB (Red+Green+Blue) = 125+141+61=327 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.23% from 327); Green value is 141 (55.47% from 255 or 43.12% from 327); Blue value is 61 (24.22% from 255 or 18.65% from 327); Max value from RGB is 141 - color contains mainly: green. Hex color #7D8D3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8D3D is #8272C2. Grayscale: #7F7F7F. Windows color (decimal): -8549059 or 4033917. OLE color: 4033917.

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

Color convert

RGB12514161-
CMYK0.1100.570.45
HSL72º39.6%39.61%-
HSV(B)72º56.74%55.29%-
XYZ18.8223.758.01-
YUV127.190.7126.5-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.23%
GREEN value IS 141 (55.47% from 255) = 43.12%
BLUE value IS 61 (24.22% from 255) = 18.65%
R=38.23%
G=43.12%
B=18.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal125141610.1100.570.457239.639.61
Hex7D8D3DB0392D482828
Octal1752157513071551105050
Binary111110110001101111101101101110011011011001000101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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