#7D9448

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

Shades of Wasabi #7D9448

Tints of Wasabi #7D9448

Color information

#7D9448 (or 0x7D9448) is unknown color: approx Wasabi. HEX triplet: 7D, 94 and 48. RGB value is (125,148,72). Sum of RGB (Red+Green+Blue) = 125+148+72=345 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.23% from 345); Green value is 148 (58.20% from 255 or 42.90% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 148 - color contains mainly: green. Hex color #7D9448 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9448 is #826BB7. Grayscale: #848484. Windows color (decimal): -8547256 or 4756605. OLE color: 4756605.

HSL color Cylindrical-coordinate representation of color #7D9448: hue angle of 78.16º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D9448 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB12514872-
CMYK0.1600.510.42
HSL78.16º34.55%43.14%-
HSV(B)78.16º51.35%58.04%-
XYZ20.2226.0110.09-
YUV132.4693.88122.68-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.23%
GREEN value IS 148 (58.20% from 255) = 42.90%
BLUE value IS 72 (28.52% from 255) = 20.87%
R=36.23%
G=42.90%
B=20.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal125148720.1600.510.4278.1634.5543.14
Hex7D9448100332A4e232b
Octal17522411020063521164353
Binary11111011001010010010001000001100111010101001110100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,148,72); }

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

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

 a { background-color: rgb(125,148,72); }

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

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

 span { border-color: rgb(125,148,72); }

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