#7D873E

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

Shades of Wasabi #7D873E

Tints of Wasabi #7D873E

Color information

#7D873E (or 0x7D873E) is unknown color: approx Wasabi. HEX triplet: 7D, 87 and 3E. RGB value is (125,135,62). Sum of RGB (Red+Green+Blue) = 125+135+62=322 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.82% from 322); Green value is 135 (53.12% from 255 or 41.93% from 322); Blue value is 62 (24.61% from 255 or 19.25% from 322); Max value from RGB is 135 - color contains mainly: green. Hex color #7D873E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D873E is #8278C1. Grayscale: #7B7B7B. Windows color (decimal): -8550594 or 4097917. OLE color: 4097917.

HSL color Cylindrical-coordinate representation of color #7D873E: hue angle of 68.22º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7D873E is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB12513562-
CMYK0.0700.540.47
HSL68.22º37.06%38.63%-
HSV(B)68.22º54.07%52.94%-
XYZ17.9922.047.86-
YUV123.6993.19128.94-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.82%
GREEN value IS 135 (53.12% from 255) = 41.93%
BLUE value IS 62 (24.61% from 255) = 19.25%
R=38.82%
G=41.93%
B=19.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal125135620.0700.540.4768.2237.0638.63
Hex7D873E70362F442527
Octal175207767066571044547
Binary11111011000011111111011101101101011111000100100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D873E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,135,62); }

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

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

 a { background-color: rgb(125,135,62); }

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

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

 span { border-color: rgb(125,135,62); }

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