#7D8E2D

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

Shades of Wasabi #7D8E2D

Tints of Wasabi #7D8E2D

Color information

#7D8E2D (or 0x7D8E2D) is unknown color: approx Wasabi. HEX triplet: 7D, 8E and 2D. RGB value is (125,142,45). Sum of RGB (Red+Green+Blue) = 125+142+45=312 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.06% from 312); Green value is 142 (55.86% from 255 or 45.51% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 142 - color contains mainly: green. Hex color #7D8E2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8E2D is #8271D2. Grayscale: #7E7E7E. Windows color (decimal): -8548819 or 2985597. OLE color: 2985597.

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

Color convert

RGB12514245-
CMYK0.1200.680.44
HSL70.52º51.87%36.67%-
HSV(B)70.52º68.31%55.69%-
XYZ18.623.96.11-
YUV125.8682.37127.39-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 40.06%
GREEN value IS 142 (55.86% from 255) = 45.51%
BLUE value IS 45 (17.97% from 255) = 14.42%
R=40.06%
G=45.51%
B=14.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal125142450.1200.680.4470.5251.8736.67
Hex7D8E2DC0442C473425
Octal17521655140104541076445
Binary1111101100011101011011100010001001011001000111110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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