#7C9240

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

Shades of Wasabi #7C9240

Tints of Wasabi #7C9240

Color information

#7C9240 (or 0x7C9240) is unknown color: approx Wasabi. HEX triplet: 7C, 92 and 40. RGB value is (124,146,64). Sum of RGB (Red+Green+Blue) = 124+146+64=334 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.13% from 334); Green value is 146 (57.42% from 255 or 43.71% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 146 - color contains mainly: green. Hex color #7C9240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9240 is #836DBF. Grayscale: #828282. Windows color (decimal): -8613312 or 4231804. OLE color: 4231804.

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

Color convert

RGB12414664-
CMYK0.1500.560.43
HSL76.1º39.05%41.18%-
HSV(B)76.1º56.16%57.25%-
XYZ19.5225.218.69-
YUV130.0790.71123.67-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.13%
GREEN value IS 146 (57.42% from 255) = 43.71%
BLUE value IS 64 (25.39% from 255) = 19.16%
R=37.13%
G=43.71%
B=19.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal124146640.1500.560.4376.139.0541.18
Hex7C9240F0382B4c2729
Octal17422210017070531144751
Binary1111100100100101000000111101110001010111001100100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,146,64); }

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

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

 a { background-color: rgb(124,146,64); }

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

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

 span { border-color: rgb(124,146,64); }

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