#7D8946

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

Shades of Wasabi #7D8946

Tints of Wasabi #7D8946

Color information

#7D8946 (or 0x7D8946) is unknown color: approx Wasabi. HEX triplet: 7D, 89 and 46. RGB value is (125,137,70). Sum of RGB (Red+Green+Blue) = 125+137+70=332 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.65% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 70 (27.73% from 255 or 21.08% from 332); Max value from RGB is 137 - color contains mainly: green. Hex color #7D8946 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8946 is #8276B9. Grayscale: #7E7E7E. Windows color (decimal): -8550074 or 4622717. OLE color: 4622717.

HSL color Cylindrical-coordinate representation of color #7D8946: hue angle of 70.75º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7D8946 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.46.

Color convert

RGB12513770-
CMYK0.0900.490.46
HSL70.75º32.37%40.59%-
HSV(B)70.75º48.91%53.73%-
XYZ18.5122.699.2-
YUV125.7796.52127.45-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.65%
GREEN value IS 137 (53.91% from 255) = 41.27%
BLUE value IS 70 (27.73% from 255) = 21.08%
R=37.65%
G=41.27%
B=21.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal125137700.0900.490.4670.7532.3740.59
Hex7D894690312E472029
Octal17521110611061561074051
Binary1111101100010011000110100101100011011101000111100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,137,70); }

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

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

 a { background-color: rgb(125,137,70); }

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

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

 span { border-color: rgb(125,137,70); }

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