#7D8237

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

Shades of Wasabi #7D8237

Tints of Wasabi #7D8237

Color information

#7D8237 (or 0x7D8237) is unknown color: approx Wasabi. HEX triplet: 7D, 82 and 37. RGB value is (125,130,55). Sum of RGB (Red+Green+Blue) = 125+130+55=310 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.32% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 55 (21.88% from 255 or 17.74% from 310); Max value from RGB is 130 - color contains mainly: green. Hex color #7D8237 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8237 is #827DC8. Grayscale: #787878. Windows color (decimal): -8551881 or 3637885. OLE color: 3637885.

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

Color convert

RGB12513055-
CMYK0.0400.580.49
HSL64º40.54%36.27%-
HSV(B)64º57.69%50.98%-
XYZ17.1320.66.69-
YUV119.9691.34131.6-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 40.32%
GREEN value IS 130 (51.17% from 255) = 41.94%
BLUE value IS 55 (21.88% from 255) = 17.74%
R=40.32%
G=41.94%
B=17.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal125130550.0400.580.496440.5436.27
Hex7D8237403A31402924
Octal175202674072611005144
Binary11111011000001011011110001110101100011000000101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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