#7D8740

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

Shades of Wasabi #7D8740

Tints of Wasabi #7D8740

Color information

#7D8740 (or 0x7D8740) is unknown color: approx Wasabi. HEX triplet: 7D, 87 and 40. RGB value is (125,135,64). Sum of RGB (Red+Green+Blue) = 125+135+64=324 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.58% from 324); Green value is 135 (53.12% from 255 or 41.67% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 135 - color contains mainly: green. Hex color #7D8740 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8740 is #8278BF. Grayscale: #7C7C7C. Windows color (decimal): -8550592 or 4228989. OLE color: 4228989.

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

Color convert

RGB12513564-
CMYK0.0700.530.47
HSL68.45º35.68%39.02%-
HSV(B)68.45º52.59%52.94%-
XYZ18.0522.068.16-
YUV123.9294.19128.77-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.58%
GREEN value IS 135 (53.12% from 255) = 41.67%
BLUE value IS 64 (25.39% from 255) = 19.75%
R=38.58%
G=41.67%
B=19.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal125135640.0700.530.4768.4535.6839.02
Hex7D874070352F442427
Octal1752071007065571044447
Binary111110110000111100000011101101011011111000100100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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