#7D8238

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

Shades of Wasabi #7D8238

Tints of Wasabi #7D8238

Color information

#7D8238 (or 0x7D8238) is unknown color: approx Wasabi. HEX triplet: 7D, 82 and 38. RGB value is (125,130,56). Sum of RGB (Red+Green+Blue) = 125+130+56=311 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.19% from 311); Green value is 130 (51.17% from 255 or 41.80% from 311); Blue value is 56 (22.27% from 255 or 18.01% from 311); Max value from RGB is 130 - color contains mainly: green. Hex color #7D8238 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8238 is #827DC7. Grayscale: #787878. Windows color (decimal): -8551880 or 3703421. OLE color: 3703421.

HSL color Cylindrical-coordinate representation of color #7D8238: hue angle of 64.05º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7D8238 is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB12513056-
CMYK0.0400.570.49
HSL64.05º39.78%36.47%-
HSV(B)64.05º56.92%50.98%-
XYZ17.1520.616.82-
YUV120.0791.84131.52-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 40.19%
GREEN value IS 130 (51.17% from 255) = 41.80%
BLUE value IS 56 (22.27% from 255) = 18.01%
R=40.19%
G=41.80%
B=18.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal125130560.0400.570.4964.0539.7836.47
Hex7D8238403931402824
Octal175202704071611005044
Binary11111011000001011100010001110011100011000000101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,130,56); }

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

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

 a { background-color: rgb(125,130,56); }

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

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

 span { border-color: rgb(125,130,56); }

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