#7D9132

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

Shades of Wasabi #7D9132

Tints of Wasabi #7D9132

Color information

#7D9132 (or 0x7D9132) is unknown color: approx Wasabi. HEX triplet: 7D, 91 and 32. RGB value is (125,145,50). Sum of RGB (Red+Green+Blue) = 125+145+50=320 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.06% from 320); Green value is 145 (57.03% from 255 or 45.31% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 145 - color contains mainly: green. Hex color #7D9132 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9132 is #826ECD. Grayscale: #808080. Windows color (decimal): -8548046 or 3314045. OLE color: 3314045.

HSL color Cylindrical-coordinate representation of color #7D9132: hue angle of 72.63º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7D9132 is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB12514550-
CMYK0.1400.660.43
HSL72.63º48.72%38.24%-
HSV(B)72.63º65.52%56.86%-
XYZ19.1624.846.8-
YUV128.1983.87125.72-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 39.06%
GREEN value IS 145 (57.03% from 255) = 45.31%
BLUE value IS 50 (19.92% from 255) = 15.62%
R=39.06%
G=45.31%
B=15.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal125145500.1400.660.4372.6348.7238.24
Hex7D9132E0422B493126
Octal17522162160102531116146
Binary1111101100100011100101110010000101010111001001110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,145,50); }

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

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

 a { background-color: rgb(125,145,50); }

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

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

 span { border-color: rgb(125,145,50); }

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