#7C9032

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

Shades of Wasabi #7C9032

Tints of Wasabi #7C9032

Color information

#7C9032 (or 0x7C9032) is unknown color: approx Wasabi. HEX triplet: 7C, 90 and 32. RGB value is (124,144,50). Sum of RGB (Red+Green+Blue) = 124+144+50=318 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.99% from 318); Green value is 144 (56.64% from 255 or 45.28% from 318); Blue value is 50 (19.92% from 255 or 15.72% from 318); Max value from RGB is 144 - color contains mainly: green. Hex color #7C9032 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9032 is #836FCD. Grayscale: #7F7F7F. Windows color (decimal): -8613838 or 3313788. OLE color: 3313788.

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

Color convert

RGB12414450-
CMYK0.1400.650.44
HSL72.77º48.45%38.04%-
HSV(B)72.77º65.28%56.47%-
XYZ18.8624.466.75-
YUV127.384.37125.64-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.99%
GREEN value IS 144 (56.64% from 255) = 45.28%
BLUE value IS 50 (19.92% from 255) = 15.72%
R=38.99%
G=45.28%
B=15.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal124144500.1400.650.4472.7748.4538.04
Hex7C9032E0412C493026
Octal17422062160101541116046
Binary1111100100100001100101110010000011011001001001110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,144,50); }

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

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

 a { background-color: rgb(124,144,50); }

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

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

 span { border-color: rgb(124,144,50); }

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