#7D8948

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

Shades of Wasabi #7D8948

Tints of Wasabi #7D8948

Color information

#7D8948 (or 0x7D8948) is unknown color: approx Wasabi. HEX triplet: 7D, 89 and 48. RGB value is (125,137,72). Sum of RGB (Red+Green+Blue) = 125+137+72=334 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.43% from 334); Green value is 137 (53.91% from 255 or 41.02% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 137 - color contains mainly: green. Hex color #7D8948 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8948 is #8276B7. Grayscale: #7E7E7E. Windows color (decimal): -8550072 or 4753789. OLE color: 4753789.

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

Color convert

RGB12513772-
CMYK0.0900.470.46
HSL71.08º31.1%40.98%-
HSV(B)71.08º47.45%53.73%-
XYZ18.5722.729.54-
YUV12697.52127.29-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.43%
GREEN value IS 137 (53.91% from 255) = 41.02%
BLUE value IS 72 (28.52% from 255) = 21.56%
R=37.43%
G=41.02%
B=21.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal125137720.0900.470.4671.0831.140.98
Hex7D8948902F2E471f29
Octal17521111011057561073751
Binary111110110001001100100010010101111101110100011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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