#7C9128

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

Shades of Wasabi #7C9128

Tints of Wasabi #7C9128

Color information

#7C9128 (or 0x7C9128) is unknown color: approx Wasabi. HEX triplet: 7C, 91 and 28. RGB value is (124,145,40). Sum of RGB (Red+Green+Blue) = 124+145+40=309 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.13% from 309); Green value is 145 (57.03% from 255 or 46.93% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 145 - color contains mainly: green. Hex color #7C9128 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9128 is #836ED7. Grayscale: #7F7F7F. Windows color (decimal): -8613592 or 2658684. OLE color: 2658684.

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

Color convert

RGB12414540-
CMYK0.1400.720.43
HSL72º56.76%36.27%-
HSV(B)72º72.41%56.86%-
XYZ18.8224.695.78-
YUV126.7579.04126.04-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.13%
GREEN value IS 145 (57.03% from 255) = 46.93%
BLUE value IS 40 (16.02% from 255) = 12.94%
R=40.13%
G=46.93%
B=12.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal124145400.1400.720.437256.7636.27
Hex7C9128E0482B483924
Octal17422150160110531107144
Binary1111100100100011010001110010010001010111001000111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,145,40); }

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

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

 a { background-color: rgb(124,145,40); }

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

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

 span { border-color: rgb(124,145,40); }

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