#7D8D36

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

Shades of Wasabi #7D8D36

Tints of Wasabi #7D8D36

Color information

#7D8D36 (or 0x7D8D36) is unknown color: approx Wasabi. HEX triplet: 7D, 8D and 36. RGB value is (125,141,54). Sum of RGB (Red+Green+Blue) = 125+141+54=320 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.06% from 320); Green value is 141 (55.47% from 255 or 44.06% from 320); Blue value is 54 (21.48% from 255 or 16.88% from 320); Max value from RGB is 141 - color contains mainly: green. Hex color #7D8D36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8D36 is #8272C9. Grayscale: #7E7E7E. Windows color (decimal): -8549066 or 3575165. OLE color: 3575165.

HSL color Cylindrical-coordinate representation of color #7D8D36: hue angle of 71.03º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7D8D36 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.45.

Color convert

RGB12514154-
CMYK0.1100.620.45
HSL71.03º44.62%38.24%-
HSV(B)71.03º61.7%55.29%-
XYZ18.6523.687.08-
YUV126.387.2127.07-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 39.06%
GREEN value IS 141 (55.47% from 255) = 44.06%
BLUE value IS 54 (21.48% from 255) = 16.88%
R=39.06%
G=44.06%
B=16.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal125141540.1100.620.4571.0344.6238.24
Hex7D8D36B03E2D472d26
Octal1752156613076551075546
Binary111110110001101110110101101111101011011000111101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,141,54); }

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

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

 a { background-color: rgb(125,141,54); }

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

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

 span { border-color: rgb(125,141,54); }

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