#7C934B

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

Shades of Wasabi #7C934B

Tints of Wasabi #7C934B

Color information

#7C934B (or 0x7C934B) is unknown color: approx Wasabi. HEX triplet: 7C, 93 and 4B. RGB value is (124,147,75). Sum of RGB (Red+Green+Blue) = 124+147+75=346 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.84% from 346); Green value is 147 (57.81% from 255 or 42.49% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 147 - color contains mainly: green. Hex color #7C934B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C934B is #836CB4. Grayscale: #848484. Windows color (decimal): -8613045 or 4952956. OLE color: 4952956.

HSL color Cylindrical-coordinate representation of color #7C934B: hue angle of 79.17º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C934B is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB12414775-
CMYK0.1600.490.42
HSL79.17º32.43%43.53%-
HSV(B)79.17º48.98%57.65%-
XYZ20.0225.6610.55-
YUV131.9295.88122.35-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.84%
GREEN value IS 147 (57.81% from 255) = 42.49%
BLUE value IS 75 (29.69% from 255) = 21.68%
R=35.84%
G=42.49%
B=21.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal124147750.1600.490.4279.1732.4343.53
Hex7C934B100312A4f202c
Octal17422311320061521174054
Binary11111001001001110010111000001100011010101001111100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C934B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,147,75); }

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

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

 a { background-color: rgb(124,147,75); }

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

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

 span { border-color: rgb(124,147,75); }

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