#7D9229

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

Shades of Wasabi #7D9229

Tints of Wasabi #7D9229

Color information

#7D9229 (or 0x7D9229) is unknown color: approx Wasabi. HEX triplet: 7D, 92 and 29. RGB value is (125,146,41). Sum of RGB (Red+Green+Blue) = 125+146+41=312 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.06% from 312); Green value is 146 (57.42% from 255 or 46.79% from 312); Blue value is 41 (16.41% from 255 or 13.14% from 312); Max value from RGB is 146 - color contains mainly: green. Hex color #7D9229 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9229 is #826DD6. Grayscale: #808080. Windows color (decimal): -8547799 or 2724477. OLE color: 2724477.

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

Color convert

RGB12514641-
CMYK0.1400.720.43
HSL72º56.15%36.67%-
HSV(B)72º71.92%57.25%-
XYZ19.1425.085.93-
YUV127.7579.04126.04-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 40.06%
GREEN value IS 146 (57.42% from 255) = 46.79%
BLUE value IS 41 (16.41% from 255) = 13.14%
R=40.06%
G=46.79%
B=13.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal125146410.1400.720.437256.1536.67
Hex7D9229E0482B483825
Octal17522251160110531107045
Binary1111101100100101010011110010010001010111001000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,146,41); }

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

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

 a { background-color: rgb(125,146,41); }

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

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

 span { border-color: rgb(125,146,41); }

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