#7D9136

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

Shades of Wasabi #7D9136

Tints of Wasabi #7D9136

Color information

#7D9136 (or 0x7D9136) is unknown color: approx Wasabi. HEX triplet: 7D, 91 and 36. RGB value is (125,145,54). Sum of RGB (Red+Green+Blue) = 125+145+54=324 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.58% from 324); Green value is 145 (57.03% from 255 or 44.75% from 324); Blue value is 54 (21.48% from 255 or 16.67% from 324); Max value from RGB is 145 - color contains mainly: green. Hex color #7D9136 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9136 is #826EC9. Grayscale: #808080. Windows color (decimal): -8548042 or 3576189. OLE color: 3576189.

HSL color Cylindrical-coordinate representation of color #7D9136: hue angle of 73.19º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7D9136 is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.43.

Color convert

RGB12514554-
CMYK0.1400.630.43
HSL73.19º45.73%39.02%-
HSV(B)73.19º62.76%56.86%-
XYZ19.2524.887.28-
YUV128.6585.87125.4-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.58%
GREEN value IS 145 (57.03% from 255) = 44.75%
BLUE value IS 54 (21.48% from 255) = 16.67%
R=38.58%
G=44.75%
B=16.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal125145540.1400.630.4373.1945.7339.02
Hex7D9136E03F2B492e27
Octal1752216616077531115647
Binary111110110010001110110111001111111010111001001101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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