#7C9133

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

Shades of Wasabi #7C9133

Tints of Wasabi #7C9133

Color information

#7C9133 (or 0x7C9133) is unknown color: approx Wasabi. HEX triplet: 7C, 91 and 33. RGB value is (124,145,51). Sum of RGB (Red+Green+Blue) = 124+145+51=320 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.75% from 320); Green value is 145 (57.03% from 255 or 45.31% from 320); Blue value is 51 (20.31% from 255 or 15.94% from 320); Max value from RGB is 145 - color contains mainly: green. Hex color #7C9133 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9133 is #836ECC. Grayscale: #808080. Windows color (decimal): -8613581 or 3379580. OLE color: 3379580.

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

Color convert

RGB12414551-
CMYK0.1400.650.43
HSL73.4º47.96%38.43%-
HSV(B)73.4º64.83%56.86%-
XYZ19.0424.776.91-
YUV12884.54125.14-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.75%
GREEN value IS 145 (57.03% from 255) = 45.31%
BLUE value IS 51 (20.31% from 255) = 15.94%
R=38.75%
G=45.31%
B=15.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal124145510.1400.650.4373.447.9638.43
Hex7C9133E0412B493026
Octal17422163160101531116046
Binary1111100100100011100111110010000011010111001001110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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