#7C8832

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

Shades of Wasabi #7C8832

Tints of Wasabi #7C8832

Color information

#7C8832 (or 0x7C8832) is unknown color: approx Wasabi. HEX triplet: 7C, 88 and 32. RGB value is (124,136,50). Sum of RGB (Red+Green+Blue) = 124+136+50=310 (41% of max value = 765). Red value is 124 (48.83% from 255 or 40% from 310); Green value is 136 (53.52% from 255 or 43.87% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 136 - color contains mainly: green. Hex color #7C8832 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8832 is #8377CD. Grayscale: #7A7A7A. Windows color (decimal): -8615886 or 3311740. OLE color: 3311740.

HSL color Cylindrical-coordinate representation of color #7C8832: hue angle of 68.37º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7C8832 is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB12413650-
CMYK0.0900.630.47
HSL68.37º46.24%36.47%-
HSV(B)68.37º63.24%53.33%-
XYZ17.6922.126.36-
YUV122.6187.02128.99-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40%
GREEN value IS 136 (53.52% from 255) = 43.87%
BLUE value IS 50 (19.92% from 255) = 16.13%
R=40%
G=43.87%
B=16.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal124136500.0900.630.4768.3746.2436.47
Hex7C8832903F2F442e24
Octal1742106211077571045644
Binary111110010001000110010100101111111011111000100101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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