#7C9436

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

Shades of Wasabi #7C9436

Tints of Wasabi #7C9436

Color information

#7C9436 (or 0x7C9436) is unknown color: approx Wasabi. HEX triplet: 7C, 94 and 36. RGB value is (124,148,54). Sum of RGB (Red+Green+Blue) = 124+148+54=326 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.04% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 54 (21.48% from 255 or 16.56% from 326); Max value from RGB is 148 - color contains mainly: green. Hex color #7C9436 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9436 is #836BC9. Grayscale: #828282. Windows color (decimal): -8612810 or 3576956. OLE color: 3576956.

HSL color Cylindrical-coordinate representation of color #7C9436: hue angle of 75.32º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7C9436 is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB12414854-
CMYK0.1600.640.42
HSL75.32º46.53%39.61%-
HSV(B)75.32º63.51%58.04%-
XYZ19.5725.737.43-
YUV130.1185.05123.64-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.04%
GREEN value IS 148 (58.20% from 255) = 45.40%
BLUE value IS 54 (21.48% from 255) = 16.56%
R=38.04%
G=45.40%
B=16.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal124148540.1600.640.4275.3246.5339.61
Hex7C9436100402A4b2f28
Octal17422466200100521135750
Binary11111001001010011011010000010000001010101001011101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,148,54); }

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

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

 a { background-color: rgb(124,148,54); }

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

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

 span { border-color: rgb(124,148,54); }

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