#7C8A2E

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

Shades of Wasabi #7C8A2E

Tints of Wasabi #7C8A2E

Color information

#7C8A2E (or 0x7C8A2E) is unknown color: approx Wasabi. HEX triplet: 7C, 8A and 2E. RGB value is (124,138,46). Sum of RGB (Red+Green+Blue) = 124+138+46=308 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.26% from 308); Green value is 138 (54.30% from 255 or 44.81% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 138 - color contains mainly: green. Hex color #7C8A2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8A2E is #8375D1. Grayscale: #7B7B7B. Windows color (decimal): -8615378 or 3050108. OLE color: 3050108.

HSL color Cylindrical-coordinate representation of color #7C8A2E: hue angle of 69.13º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7C8A2E is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.46.

Color convert

RGB12413846-
CMYK0.1000.670.46
HSL69.13º50%36.08%-
HSV(B)69.13º66.67%54.12%-
XYZ17.8922.666.02-
YUV123.3384.36128.48-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.26%
GREEN value IS 138 (54.30% from 255) = 44.81%
BLUE value IS 46 (18.36% from 255) = 14.94%
R=40.26%
G=44.81%
B=14.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal124138460.1000.670.4669.135036.08
Hex7C8A2EA0432E453224
Octal17421256120103561056244
Binary1111100100010101011101010010000111011101000101110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,138,46); }

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

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

 a { background-color: rgb(124,138,46); }

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

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

 span { border-color: rgb(124,138,46); }

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